If you regularly work with files stored in shared folders on
a Windows XP network, chances are that you've used Windows' Map Network
Drive command to map a drive letter to that folder. Wouldn't it be nice if
you could map a drive letter to a nested folder on your hard disk? Then, you
could access nested subfolders just as easily as you can access shared
folders on the network.
Fortunately, you can do just that. Unbeknownst to most
Windows users, there's an old DOS command called Subst that's designed to
associate a drive letter with any local folder—and it's still a viable tool
in Windows XP. Here's how to use the Subst command:
Subst x: C:\{pathname}\foldername}
In the command, x: is any available drive letter and
{pathname}\foldername} is the complete path to your selected
folder. For example:
Subst K: C:\Downloads\Windows\Drivers
Now, instead of typing the full path, you can reach the
Drivers folder by accessing drive K: in Windows Explorer.