Create iso file from command line

You can run piso.exe to create ISO file or other image formats from command line or a batch file.  piso.exe supports lots of switches, thus you can specify image file properties when creating the image file. The destination image format can be iso file, daa file, or bin / cue file.

Usage: piso create [-switches]

<Switches>

 

Example: Create ISO file from c:\test\files1 and c:\test\files2. The output ISO file is c:\test\test.iso.

Command: piso create -o c:\test.iso -add c:\test\files1 / -add c:\test\files2 /

Example: Create ISO file from files in c:\test\folder1 and c:\test\folder2. The folders name in image will be image-folder1 and image-folder2. The output ISO file is c:\test\test.iso.

Command: piso create -o c:\test.iso -add c:\test\files1 /image-folder1 -add c:\test\files2 /image-folder2