REM TrueCrypt mounting script (version 2) REM Written by Mark Ursino (allthingsmarked.com) REM Modifications are allowed, but please include these comments @echo off cls set /P thepass="Enter the volume pasword: " tc /v C:\PATH\2\YOUR\TC\VOLUME.cab /l x /m /a /p %thepass% /q explorer.exe X: cls