M
Moritz
I need to create a batch file or script to enable users to map a drive to their home directory via VPN. I have tried the following:
net use H: \\servername\home\%username% /persistent:no
This has been unsuccessful. Is there a way to accomplish this? I suppose I need a prompt for username, as their login name on the remote workstation may be different from that on the LAN.
Thanks for any help!
net use H: \\servername\home\%username% /persistent:no
This has been unsuccessful. Is there a way to accomplish this? I suppose I need a prompt for username, as their login name on the remote workstation may be different from that on the LAN.
Thanks for any help!