Ok, so I got a lot of questions of how everything works on my encrypted U3 drive. I started off with the
Here is what goes in my go.cmd file from the SwitchBlade
@echo off
truecrypt /q /v saved.pst /lo
o:pstart.exe
So what I am doing here is connecting the saved.pst file as a truecrypt volume using /v. I am using the /q so that it doesn’t open the whole Truecrypt GUI.
↧