Simple question but I've been working with NT so long I forgot the syntax for a win9x system. How do I map a drive (net use) when I'm on a win9x box to a server shared folder?
I use this command for NT with success
net use m: \\servername\share Password /USER
omain\loginname
OR
net use x: \\servername\share /persistent:no
Both work.
I have a VPN lock where I can ping the server's ip so I an connected.
Thanks for the help!
TMP
I use this command for NT with success
net use m: \\servername\share Password /USER
OR
net use x: \\servername\share /persistent:no
Both work.
I have a VPN lock where I can ping the server's ip so I an connected.
Thanks for the help!
TMP