このページは大阪弁化フィルタによって翻訳生成されたんですわ。 |
You can run piso.exe to copy disc to iso file or other image file from command line or a batch file. The output image formats can be iso, bin / cue or daa file.
Usage: piso make-image <drive:> [-switches]
<Switches>
-o: Specify output image file path 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: Copy disc to ISO file.
Command: piso make-image H: -o c:\test\test.iso
Example2: Copy disc to BIN / CUE file.
Command: piso make-image H: -o c:\test\test.bin