I have a log on batch file that I tell users to run after they have "VPNed" into our network one of the lines says
net use Q: \\Server\Users$\%username% /persistent:no
where each user on the network has a personal network drive that roams with them wherever they are logged in and the set username parameter routes the logged on user to correct path.
How will I acheive this in vbs???