make iso image using command line, when Create ISO option is not shown

Sysprogs forums › Forums › WinCDEmu › make iso image using command line, when Create ISO option is not shown

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #30370
    chatchai
    Participant

    open command line terminal

    Windows + r

    type cmd

    click OK

    and then type:
    [winCDemu installed directory]\mkisofs -o [output file] -J -R -l [disc directory]
    example:
    "C:\Program Files (x86)\WinCDEmu\mkisofs" -o %USERPROFILE%\Desktop\image.iso -J -R -l E:\
    Assuming you install the program in default directory, above command will create image of the disc in drive “E:\” and save it on the desktop named “image.iso”. The double quotes are needed if installed directory contains space.

    The options -J -R -l must be specified otherwise the filenames will be incorrect if they are not conforming to ISO9660 standard which they usually does not. For more information see: https://linux.die.net/man/8/mkisofs

     

    • This topic was modified 5 years, 5 months ago by chatchai.
    • This topic was modified 5 years, 5 months ago by chatchai.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.