WinMount
Command Lines
winmount -wmt:D:\test -drv:V -sectors:0x40000
-wmt:D:\test path(d:\) and file(test) needed to be created. a suffix to the file name should be specified within 3 characters.
-drv:V specify the drive letter(V).
-sectors: 0x40000 0x40000 specifies the sector size(0x40000) for the drive to be created, which is 256MB.

winmount D:\test\test.wmt -drv:V -sectors:0x40000
D:\test\test.wmt path(d:\test) and file( test.wmt) needed to be created.
-drv:V specify the drive letter(V).
-sectors: 0x40000 specify the sector address(0x40000) for the drive to be created, usually the drive size is 256MB.

winmount D:\test\test.wmt -drv:V
D:\test\test.wmt if D:\test\test.wmt exists, winmount will open and mount it on drive V:; if it doesn't exist, winmount will create and mount it on drive V:. The default capacity of the drive is 32GB and it has been formatted.
-drv:V specify the drive letter(V).

winmount D:\test\test.wmt
D:\test\test.wmt if D:\test\test.wmt exists, winmount will open and mount it on the default drive; if it doesn't exist, winmount will create and mount it on the default drive. The default capacity of the drive is 32GB and it has been formatted.

winmount D:\test\test.wmt -drv:V -NoWriteBack
Winmount will mount test.wmt on drive V: which is writable, but the parameter -NoWriteBack disallows anything written to the drive to be written back to the file test.wmt

winmount D:\Test.zip -drv:V
Mount D:\Test.zip on drive V: If drive V: doesn't exist, winmount will create it, then mount D:\Test.zip on it; If drive V: has already been created in FAT32 by winmount, the file Test.zip will be mounted on it directly, otherwise an error will occur.

winmount D:\test.zip -drv:v:\test
winmount d:\test.zip -drv:v:\test\
Mount test.zip to directory V:\test\ If drive V: doesn't exist, winmount will create it first, then mount D:\Test.zip to V:\test\; If drive V: hasalready been created in FAT32 by winmount, the file Test.zip will be mounted to V:\test\ directly, otherwise an error will occur.

winmount D:\test.rar -drv:V
winmount D:\test.rar -drv:v:\test
winmount d:\test.rar -drv:v:\test\
Ditto

winmount D:\test_1.iso -drv:V
Mount D:\test_1.iso on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.cue -drv:V
Mount D:\test_1.cue on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.nrg -drv:V
Mount D:\test_1.nrg on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.mds -drv:V
Mount D:\test_1.mds on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.ccd -drv:V
Mount D:\test_1.ccd on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.bwt -drv:V
Mount D:\test_1.bwt on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.cdi -drv:V
Mount D:\test_1.cdi on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.pdi -drv:V
Mount D:\test_1.pdi on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.b5t -drv:V
Mount D:\test_1.b5t on drive V: which must not exist before you can use this command, otherwise printf () will be called to report error message.

winmount D:\test_1.isz -drv:V
Mount D:\test_1.isz on drive V: which must not exist before you can use this command, otherwise printf() will be called to report error message.

winmount -dir:d:\test -drv:V
Mount directory d:\test and all the files included on drive V:
If drive V: is not created by winmount, printf() will be called to report error message. If drive V: doesn't exist, winmount will create it first.

winmount -unmount:V
Unmount drive V:
No matter drive V: exists( but not created by winmount) or not, no error
dialog will pop up.

winmount -unmountall
Unmount all virtual drives created by winmount

winmount -file:d:\aa.script
Read every line in aa.script and execute them one by one as command lines.
If there is such character as ';' or ' '(space) placed at the beginning of a line, meaning that this line should be skipped.
The following is an example for aa.script: -zip:d:\test.zip -drv:R:\test
-zip:d:\TrayApp.zip -drv:R:

-file:d:\test.script

-rar:d:\MSniffer.rar -drv:s

test.script
D:\test.wmt -drv:V -sectors:0x40000
-iso:d:\test_1.iso -drv:X

Nested scripts are supported, but don't make them run in loop. For example,

there is a line in the a.script
-file:a.script

Home | Affiliate | Link to us | Links | Awards | Bug report


© Copyright 2008 WinMount International Inc. All Rights Reserved

Email:support@winmount.com