|
Command-line Utility |
|
|
R-Crypto provides a command-line utility for advanced managing of the encrypted disks' connections. This command-line utility is intended to be used in batch files. Connect an encrypted disk To connect the desired file-container to the system run the following command: EdiskCmd.exe connect [<connect options>] <file-container path>
Examples: EdiskCmd.exe connect C:\MyEncryptedDisk.edsk EdiskCmd.exe connect --connect-point=R: --password=secret C:\MyEncryptedDisk.edsk
Disconnect an encrypted disk To disconnect the desired encrypted disk from the system run the following command: EdiskCmd.exe disconnect [<disconnect options>] <file-container path or disk connection point>
Examples: EdiskCmd.exe disconnect S: EdiskCmd.exe disconnect C:\MyEncryptedDisk.edsk
Disconnect all encrypted disks To disconnect all connected encrypted disks from the system run the following command: EdiskCmd.exe disconnectall [<disconnectall options>]
Examples: EdiskCmd.exe disconnectall --force
|