Skip to content

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

Notifications You must be signed in to change notification settings

jsntn/veracrypt-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows VeraCrypt Volume Launcher

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

Introduction

  • The entries of this are read-xxx.bat and write-xxx.bat, edit them as your case may be

    Note:

  • xxx.NTFS.VC is the VeraCrypt Volume, and its password here is test

  • 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

Your Use Case

  1. Crerate your own VeraCrypt Volume, e.g. xxx.NTFS.VC
  2. Prepare your Configuration File, e.g. xxx.NTFS.VC.ini
  3. Store both of the Volume (xxx.NTFS.VC) and its Configuration File (xxx.NTFS.VC.ini) in data folder
  4. Edit your Entries, e.g. read-xxx.bat and write-xxx.bat
  5. Use it from the entry as in your case

About

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

Topics

Resources

Stars

Watchers

Forks