Upload files to "scripts/batch"
This commit is contained in:
7
scripts/batch/mount_veracrypt_container.bat
Normal file
7
scripts/batch/mount_veracrypt_container.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
set VERACRYPT="D:\root\softwares\VeraCrypt\VeraCrypt.exe"
|
||||
set /p VOLUME="Enter VeraCrypt container path : "
|
||||
set /p DRIVE="Enter drive letter : [a] "
|
||||
set /p PASSWORD="Enter container password : "
|
||||
REM /quit /silent
|
||||
%VERACRYPT% /volume %VOLUME% /letter %DRIVE% /password %PASSWORD% /quit /silent
|
||||
Reference in New Issue
Block a user