Possible Duplicate:
How to make SUBST mapping persistent across reboots?
I want to run a batch file after Windows XP starts up. How can I do that?
My run.bat file:
subst Z: C:\dir1\dir2\dir3\file
I put run.bat in the startup folder (C:\WINDOWS\system32\config\systemprofile\Start Menu\Programs\Startup) but the link isn’t created.