1. Mount compressed file(s) or folder(s) Command: winmount -m [file path] [-drv:disk letter or path] [-NoWriteback:] [-attach:] Introduction: Examples: 1) mount compressed file 2) mount folder 3) mount muti files or folders (seperate paths with space) Appropriate for *.mou,*.rar,*.zip or folder 2. Mount CD/DVD file(s) Command: winmount -m [file path] [-drv:disk] [-NoWriteback:] [-attach:] Example: winmount -m "E:\test.iso" -drv:Z:\abc Appropriate for *.iso, *.bin, *.cue, *.ccd, *.mds, *.mdf, *.nrg,, *.img, *.isz, *.ape, *.flac, *.wv 3. Mount muti partition file(s) Command: winmount -m HDD_file [-drv:disk] [-Part:partition number(0,1...)] [-NoWriteback:] Introduction: -Part:partion number,0 is the first partition, 1 is the second partition Example: winmount -m Win2003.vhd -part:2Appropriate for *.vhd, *.vdi, *.vmdk 4. Mount new blank disk Command: winmount -drv:X -sectors: disk size 0x400000=2G, 0x200000=1G Example: winmount -drv:X -sectors:0x400000 5. Quick mount Command: winmount -M [file path] -attach: -drv:disk Example: winmount -M E:\test.mou -attach: -drv:E 6. unmount 1) unmount the assigned disk 2) unmount all disks 7. Compression Command: winmount -C [file list] [-o:target file] Introduction: Example: winmount -C "E:\test" "E:\test.txt" -o:E:\test.zip Appropriate for *.mou, *.zip, *. 7z 8. Decompression Command: winmount -E [compressed file list] [-o:target folder] Example:winmount -E "E:\test.zip" "E:\test.mou" -o:E:\ Appropriate for *.mou, *.zip, *.rar, *.7z 9. Smart-extraction Command: winmount -E [compressed file list] "-s:target folder" Example: winmount -E "E:\test.zip" "E:\test.mou" “-s:E:\test” 10. Convert Command: winmount -T [compressed file] Example: winmount -T E:\test.rar Appropriate for *.rar, *.zip, *.7z 11. WinMount help Command: winmount -h |
|