Batch File Shortcut To USB With Different Drive Letters
Hey guys
Im working on creating a batch file to open my USB drive whenever i run it.
I dont want it to run AUTOMATICALLY as soon as i stick my usb in though.
I was thinking along the lines of the name of the USB.
So if i had named my USB "SpeedyUSB" it can open it.
I have some code so far that will open a certain drive letter if that drive letter is in use, this is my code:
%SystemRoot%\explorer.exe "E:\"
This opens E:\ in explorer (not Internet Explorer, just a normal window like My Music etc)