Fun with Drive Letters


Go Back   Computer Help Articles > Windows XP Hardware
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:18 AM
Rick Altman
 
Posts: n/a
Default Fun with Drive Letters

For years now, I have been insistent on assigning drive letters to various
folders on my computer. I keep my programs in c:\program files, of course,
but I can't imagine not accessing that folder as Drive E. And all of my data
is in c:\files, which I access as Drive F. Drive G is my junk drive, H is
for our conference business, K is the DVD, and so on.

This adds immeasurably to my productivity as I can navigate incredibly
quickly and stay organized to a degree not possible otherwise. Therefore, it
is the height of irony that I implement this cutting-edge strategy with a
tool that has been off the radar for years.

I use the SUBST.EXE command.


I don't think you can even find that old command on the XP CD, yet it works
perfectly. Well, almost. The problem that I encounter is that while XP
recognizes the existence of these folders-cum-drive letters at the file
level (My Computer, Windows Explorer, etc.), it doesn't see them at the
plug-and-play level. So if I insert a jump drive into the USB hub (one that
the system hasn't seen before), Windows will automatically assign the "next"
drive letter to it without recognizing that I have used that letter for a
folder. I must then head to Disk Management in the Admin tools and reassign
it to a letter higher up the hill.

I'd like to know if there is a way to make Windows smarter about this or if
there is a tool better suited for this strategy than SUBST. The last time I
looked into this, my only option was an awkward gyration with using a
"local" network share that introduced more trouble than that which I sought
to resolve. Perhaps things are different today and I'd like to check that
pulse.

All input welcome -- many thanks...



Rick A.
Pleasanton CA


Reply With Quote
  #2  
Old 01-05-2006, 02:18 AM
Bob I
 
Posts: n/a
Default Re: Fun with Drive Letters

Same as "network" drives. The local hardware starts at A and assignments
work toward Z. Network starts at Z and works toward A. If you start
assigning stuff in the middle, you get to sort the overwrites.

Rick Altman wrote:

> For years now, I have been insistent on assigning drive letters to various
> folders on my computer. I keep my programs in c:\program files, of course,
> but I can't imagine not accessing that folder as Drive E. And all of my data
> is in c:\files, which I access as Drive F. Drive G is my junk drive, H is
> for our conference business, K is the DVD, and so on.
>
> This adds immeasurably to my productivity as I can navigate incredibly
> quickly and stay organized to a degree not possible otherwise. Therefore, it
> is the height of irony that I implement this cutting-edge strategy with a
> tool that has been off the radar for years.
>
> I use the SUBST.EXE command.
>
>
> I don't think you can even find that old command on the XP CD, yet it works
> perfectly. Well, almost. The problem that I encounter is that while XP
> recognizes the existence of these folders-cum-drive letters at the file
> level (My Computer, Windows Explorer, etc.), it doesn't see them at the
> plug-and-play level. So if I insert a jump drive into the USB hub (one that
> the system hasn't seen before), Windows will automatically assign the "next"
> drive letter to it without recognizing that I have used that letter for a
> folder. I must then head to Disk Management in the Admin tools and reassign
> it to a letter higher up the hill.
>
> I'd like to know if there is a way to make Windows smarter about this or if
> there is a tool better suited for this strategy than SUBST. The last time I
> looked into this, my only option was an awkward gyration with using a
> "local" network share that introduced more trouble than that which I sought
> to resolve. Perhaps things are different today and I'd like to check that
> pulse.
>
> All input welcome -- many thanks...
>
>
>
> Rick A.
> Pleasanton CA
>
>


Reply With Quote
  #3  
Old 01-05-2006, 02:19 AM
Pegasus \(MVP\)
 
Posts: n/a
Default Re: Fun with Drive Letters


"Rick Altman" <rick.a@NOSPAMaltman.com> wrote in message
news:RMudnU2ht7ss-gXenZ2dnUVZ_tOdnZ2d@comcast.com...
> For years now, I have been insistent on assigning drive letters to various
> folders on my computer. I keep my programs in c:\program files, of course,
> but I can't imagine not accessing that folder as Drive E. And all of my

data
> is in c:\files, which I access as Drive F. Drive G is my junk drive, H is
> for our conference business, K is the DVD, and so on.
>
> This adds immeasurably to my productivity as I can navigate incredibly
> quickly and stay organized to a degree not possible otherwise. Therefore,

it
> is the height of irony that I implement this cutting-edge strategy with a
> tool that has been off the radar for years.
>
> I use the SUBST.EXE command.
>
>
> I don't think you can even find that old command on the XP CD, yet it

works
> perfectly. Well, almost. The problem that I encounter is that while XP
> recognizes the existence of these folders-cum-drive letters at the file
> level (My Computer, Windows Explorer, etc.), it doesn't see them at the
> plug-and-play level. So if I insert a jump drive into the USB hub (one

that
> the system hasn't seen before), Windows will automatically assign the

"next"
> drive letter to it without recognizing that I have used that letter for a
> folder. I must then head to Disk Management in the Admin tools and

reassign
> it to a letter higher up the hill.
>
> I'd like to know if there is a way to make Windows smarter about this or

if
> there is a tool better suited for this strategy than SUBST. The last time

I
> looked into this, my only option was an awkward gyration with using a
> "local" network share that introduced more trouble than that which I

sought
> to resolve. Perhaps things are different today and I'd like to check that
> pulse.
>
> All input welcome -- many thanks...
>
>
>
> Rick A.
> Pleasanton CA


Place your subst commands into a batch file in this folder:
c:\documents and settings\all users\start menu\program files\startup

In this way the subst commands are executed at logon time
and your preferred drive letters are assigned as YOU like them.
When you then plug in a USB device then it will claim the next
free drive letter, without interfering with your subst drive letters.


Reply With Quote
  #4  
Old 01-05-2006, 02:19 AM
Rick Altman
 
Posts: n/a
Default Re: Fun with Drive Letters

Pegasus, right now I have the SUBST batch file loaded even before then -- in
Current Version | Run of the Registry. Would moving it out into the Startup
folder make a difference, in your view? I figured that the earlier I perform
the substitution, the better, but that was apparently wrong...




"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:OALmdRF$FHA.2036@TK2MSFTNGP14.phx.gbl...
>
>
> Place your subst commands into a batch file in this folder:
> c:\documents and settings\all users\start menu\program files\startup
>
> In this way the subst commands are executed at logon time
> and your preferred drive letters are assigned as YOU like them.
> When you then plug in a USB device then it will claim the next
> free drive letter, without interfering with your subst drive letters.
>
>



Reply With Quote
  #5  
Old 01-05-2006, 02:19 AM
Pegasus \(MVP\)
 
Posts: n/a
Default Re: Fun with Drive Letters

I would have expected the two methods to be equivalent.


"Rick Altman" <rick.a@NOSPAMaltman.com> wrote in message
news:LfednTwcAMSKuwbenZ2dnUVZ_t-dnZ2d@comcast.com...
> Pegasus, right now I have the SUBST batch file loaded even before then --

in
> Current Version | Run of the Registry. Would moving it out into the

Startup
> folder make a difference, in your view? I figured that the earlier I

perform
> the substitution, the better, but that was apparently wrong...
>
>
>
>
> "Pegasus (MVP)" <I.can@fly.com> wrote in message
> news:OALmdRF$FHA.2036@TK2MSFTNGP14.phx.gbl...
> >
> >
> > Place your subst commands into a batch file in this folder:
> > c:\documents and settings\all users\start menu\program files\startup
> >
> > In this way the subst commands are executed at logon time
> > and your preferred drive letters are assigned as YOU like them.
> > When you then plug in a USB device then it will claim the next
> > free drive letter, without interfering with your subst drive letters.
> >
> >

>
>



Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fun with Drive Letters Rick Altman Windows XP Customize 2 01-05-2006 06:36 AM
Changing Drive Letters Badbird Windows XP Security Admin 6 01-05-2006 05:40 AM
Re: XP assigning random drive letters Shenan Stanley Windows XP New Users 1 01-05-2006 02:52 AM
Constantly Changing Drive Letters John Gregory Windows XP General 4 01-05-2006 02:30 AM
eSATA support Techmanblues Windows XP Hardware 9 01-05-2006 02:19 AM


All times are GMT. The time now is 08:06 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Fun with Drive Letters