I have a small peer to peer network of 5 computers. all of them are win2k pro. i want to create a virtual drive on a few of the computers so that the music stored on each computer is easier to access. Ive tried using SUBST(in dos). which works, but as soon as i try and reboot, it goes away. is there a way i can include it in my autoexec.bat file or somewhere else so that it makes the virtual drive persistant??
*for those who dont know...SUBST associates a virtual drive letter with an actual path.
C:\>SUBST M: C:\Music
this means that you will create a virtual drive 'M:' which will act as a shortcut to the dir 'C:\Music'.
*for those who dont know...SUBST associates a virtual drive letter with an actual path.
C:\>SUBST M: C:\Music
this means that you will create a virtual drive 'M:' which will act as a shortcut to the dir 'C:\Music'.