このページは大阪弁化フィルタによって翻訳生成されたんですわ。 |
PowerISO command line utility piso.exe allows you manipulate virtual drive from coomand line or a batch file, such as mount iso file and other image files, unmount virtual drive, set number of virtual drives, and etc.
Usage: piso <command> [parameters] [-switches]
<Commands>s
mount <file name> <drive>: Mount iso file and other image file to virtual drive.
Example1: Mount iso file to virtual drive from command line.
Command: piso mount c:\test\test.iso E:
Example2: Mount nrg file to virtual drive from command line.
Command: piso mount c:\test\test.nrg E:
Example3: Mount daa file to virtual drive from command line.
Command: piso mount c:\test\test.daa E:
unmount <drive | all>: Unmount virtual drive.
Example1: unmount a virtual drive
Command: piso unmount F:
Example2: unmount all drives.
Command: piso unmount all
setvdnum <n>: Set number of virtual drives. n is between 0 and 23.
Example: Set number of virtual drives to 2.
Command: piso setvdnum 2
listvd: List all virtual drives created by PowerISO
Command: piso listvd