From 8fb0d41aa865b7ad069546697895e80d73693c57 Mon Sep 17 00:00:00 2001 From: morthimer Date: Wed, 24 Apr 2024 16:07:11 +0200 Subject: [PATCH] Upload files to "scripts/batch" --- scripts/batch/mount_veracrypt_container.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/batch/mount_veracrypt_container.bat diff --git a/scripts/batch/mount_veracrypt_container.bat b/scripts/batch/mount_veracrypt_container.bat new file mode 100644 index 0000000..0dc20ef --- /dev/null +++ b/scripts/batch/mount_veracrypt_container.bat @@ -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 \ No newline at end of file