Assign same drive letter for usb in different computers

Discuss hardware related to portable usage, including the kind of storage devices people use, and how they use them.
Message
Author
M@tty
Posts: 192
Joined: Wed May 02, 2007 9:32 am
Contact:

#16 Post by M@tty »

Download: http://www.uwe-sieber.de/files/removedrive.zip

USBOff.cmd:

Code: Select all

@echo off
removedrive v:
subst v: /D
exit
I think. Let me know how this works. This could be found with a simple search of the forum, but you don't seem to have any desire to find the answers out for yourself and learn in the process, which bugs me, as I like to help but me spoon-feeding you the answers doesn't really help you in the long run.

steve0
Posts: 8
Joined: Tue Mar 25, 2008 8:09 pm
Contact:

#17 Post by steve0 »

Okay,if you use on the fly encryption such as TrueCrypt, you can have it assign the same drive letter each time. It's working!

Post Reply