このページは大阪弁化フィルタによって翻訳生成されたんですわ。 |
You can run piso.exe to convert image file formats from command line or a batch file. The utility allows you convert image formats between ISO and other image formats.
Usage: piso convert <source image file> [-switches]
<Switches>
-o: Specify output image file name.
-ot <iso|daa|bin>: Specify output image file type. If not specified, the image type will be determined by file name suffix.
-volsize <n>: Split output image file to multiple volumes, and set volume size to <n>. Example: -volsize 100M
-setpassword <password>: Set password for output image file. Example: -setpassword 12345678
-comment: Set comment for output image file.
-comment-from-file <file name>: Load comment from the file.
Example1: Convert dmg to iso from command line
Command: piso convert "c:\test\OS X El Captian 10.11.6.dmg" -o "c:\test\OS X El Captian 10.11.6.iso"
Example2: Convert nrg to iso from command line
Command: piso convert c:\test\test.nrg -o c:\test\test.iso
Example3: Convert daa to iso from command line
Command: piso convert c:\test\test.daa -o c:\test\test.iso
Example4: Convert iso to daa from command line
Command: piso convert c:\test\test.iso -o c:\test\test.daa