Command line method to create an iso from a folder of files
Sometimes using a command line is just so much easier:
:: Code :: genisoimage -dvd-video -v -o DVD.iso [DVD data directory]outputs file to the directory you are in unless I assume you provide a full path in -o Note that genisoimage seems to have retained a legacy -o since their help shows -O, but -o works fine Note that this replaces the deprecated mkisofs you may have found directions for: :: Code :: mkisofs -dvd-video -udf -o dvd.iso /directory/. Back to top |
All times are GMT - 8 Hours |