Question : How can i manually run autorun.inf?

I have a USB stick with Truecrypt installed. Truecrypt created an autorun.inf file a but try as I might I cannot get SBS 2003 to run this file when the USB stick is inserted.

The autorun.inf file contains code similar to this:
--------------------
[autorun]
label=MyData
icon=truecrypt.exe

action=Mount TrueCrypt Volume
open=truecrypt /v MyData.tc /li /q /a /m rm /e

shell=mounttc
shell\mounttc=&Mount
shell\mounttc\command=truecrypt /v MyData.tc /li /q /a /m rm /e

shell=dismounttc
shell\dismounttc=Dismount
shell\dismounttc\command=truecrypt /di /q

shell=runtc
shell\runtc=Run TrueCrypt
shell\runtc\command=truecrypt
==================

I would like if possible to get the USB stick to run autorun.inf autmatically, but if this is not possible can the autorun.inf file be executed manually?

Answer : How can i manually run autorun.inf?

Sorry, I don't understand your question, anyhow you can create a batch file in your USB (Same dir as the autorun.ini;

say name it run.bat which contains the following line;

truecrypt /v MyData.tc /li /q /a /m rm /e

then just double click run.bat.
Random Solutions  
 
programming4us programming4us