A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.
-
The entries of this are
read-xxx.bat
andwrite-xxx.bat
, edit them as your case may beNote:
- The
xxx
in the file name can be any string, which doesn't impact the script execution - The content should be updated, e.g. https://github.com/jsntn/windows-veracrypt-volume-launcher/blob/master/read-xxx.bat#L3
- The
-
xxx.NTFS.VC
is the VeraCrypt Volume, and its password here istest
-
xxx.NTFS.VC.ini
is the configuration file, and<VeraCrypt Volume>.ini
is the mandatory naming for specific Volume -
About the configuration in
xxx.NTFS.VC.ini
,program= # The absolute path of VeraCrypt. Note: 1) Will use the built-in TrueCrypt program if 'truecrypt' is inputted 2) Will use the built-in VeraCrypt program if omitted drive=T # The Drive for the VeraCrypt Volume. Assign the Drive Letter automatically if omitted password=test # The password for the VeraCrypt Volume. Input the password manually if omitted
- Crerate your own VeraCrypt Volume, e.g.
xxx.NTFS.VC
- Prepare your Configuration File, e.g.
xxx.NTFS.VC.ini
- Store both of the Volume (
xxx.NTFS.VC
) and its Configuration File (xxx.NTFS.VC.ini
) indata
folder - Edit your Entries, e.g.
read-xxx.bat
andwrite-xxx.bat
- Use it from the entry as in your case