AnyToISO Command Line
AnyToISO command line usage:
anytoiso /convert [infile] [outfile] infile – input image file outfile – output ISO file
Examples:
anytoiso /convert image.uif image.iso
anytoiso /extract [infile] [outfolder] infile – input image file outfolder – destination folder
When extracting an ISO file with multiple file systems, default file system is UDF. But you can optionally specify the file system to extract in the last /fs parameter. Possible values are iso9660, udf and hfs. See examples.
Examples:
anytoiso /extract image.uif D:\image_extracted anytoiso /extract image.iso D:\image_extracted /fs:iso9660 (always choose ISO 9660 FS if multiple file systems found)
Example:
anytoiso /fromcd F: image.iso
anytoiso /fromdir [infolder] [outfile] /label:
It’s good to specify a volume label of your resulting ISO. It’s also possible to specify destination file systems inside the resulting ISO file (default file systems are iso9660+joliet+udf) using the /fs parameter. Possible values are iso9660, joliet and udf.
Examples:
anytoiso /fromdir D:\folder image.iso /label:MY_IMAGE /fs:iso9660+joliet anytoiso /fromdir D:\folder image.iso /label:MY_IMAGE /fs:udf
Example:
anytoiso /help



