use subst to map a drive at startup

  • Thread starter Thread starter russ
  • Start date Start date
R

russ

Hi XP gurus,

can someone please tell me how to (or rather where to)
place the line
subst m: "e:\my documents\my music"
(or WinXP equivalent)
so that it is implemented each time I boot the PC

Thanks in advance
 
russ said:
can someone please tell me how to (or rather where to)
place the line
subst m: "e:\my documents\my music"
(or WinXP equivalent)
so that it is implemented each time I boot the PC

Create a script. Call it "mapdrv.cmd" and save it someowhere.. Make a
shortcut to in your startup folder (or create the script itself in your
startup folder.)

Your startup folder is located:

C:\Documents and Settings\YOURPROFILENAME\Start Menu\Programs\Startup

That script would have that line in it..

subst m: "e:\my documents\my music"
 
If you want it only for your user account put it in the Start Menu, Programs, Startup folder. If you want it for any user that logs on, put it in the Documents and Settings\All Users\Start Menu\Programs\Startup folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top