Mount USB Drive at X:\ ???
Background:
I use up to 7 different computers a day, 4 to 5 at school, and 2 at home. I have a couple of programs that require absolute paths.
I am wondering if there is a way to make my USB Drive (80 GB Western Digital Passport) Mount on instead of the next available Drive letter (from G: to I: on differnet Computers). I've done this manually and after a reboot or after replugging, it reverts to the first available.
I'm wondering if there is some script that I can use to automount it at Drive X:.
Or would I have to use subst? I can use it, but it's not as tidy as I would like, even with a batch file. As the source path (G:, H:, etc) changes at different pcs, I would have to modify it each time to allow for this. Too much time spent. And two drive letters for one device. Or can you use a relative path is a batch file? I'm not that good at them myself, but I know the basics alright, and have experience with subst. Is there another way?