|
Some program features can be called from the command line.
Command format:
|
CrypticDisk.exe </nosplash> </mount|unmount|automount|unmountall> </d disk> </v part> </u username> </p password> |
Parameters:
/nosplash - hide the splash screen at program startup
/mount - mount the encrypted disk/partition to the system
/automount - automatically mount encrypted disks/partitions
/unmount - unmount an encrypted disk/partition
/unmountall - unmount all mounted encrypted disks/partitions
/d "disk" - disk number in the system (starts from 1)
/v "partition" - partition number (starts from 1)
/u "username" - username
/p "password" - password
You cannot use the quotation mark characters in command line passwords and usernames.
Sample use:
|
1.
CrypticDisk.exe /nosplash |
Hides the splash screen at program startup.
|
2.
CrypticDisk.exe /mount /d 1 /v 3 /u "Administrator" /p "My Password" |
Mounts the encrypted partition (the third partition on the first disk) to the system (the user name is
"Administrator", the password is "My Password").
|
3.
CrypticDisk.exe /automount /u "Administrator" /p "My Password" |
Mounts the encrypted disks and partitions to the system (the username is "Administrator", the password is "My
Password").
|
4.
CrypticDisk.exe /unmount /d 2 |
Unmounts the encrypted disk (disk number 2) from the system.
|
5.
CrypticDisk.exe /unmountall |
Unmounts all encrypted disks and partitions. |