Yes - net use <drive letter>: "<path to drive>" /persistent:yes
So if you wanted an M: drive to go to Server1 and access folder Apps and have it reconnect on logon here is what you'd use:
net use M: "\\Server1\Apps" /persistent:yes
That's it - you'd have an M: drive to the apps folder on server1 that'd reconnect on logon.
Good luck!
Main Topics
Browse All Topics





by: r-kPosted on 2007-04-05 at 08:10:22ID: 18858349
Type "net use /?" at a command prompt.
and-tricks /net-use-c ommand/ for examples.
or see http://www.cezeo.com/tips-