How do I map a network drive with a login script to a path that has a space in the path name

psteng19

Diamond Member
Dec 9, 2000
5,953
0
0
For example, I want to map Z drive to a folder on a remote computer whose name is "cool stuff"

net use z: \\servername\cool stuff

%20 isn't working, nor is " "

TIA
:D
 

Kilrsat

Golden Member
Jul 16, 2001
1,072
0
0
net use q: "\\vigil\test share"

just worked perfectly for me with an xp client. I don't have a 2k or 9x client to test with to see if that is the problem.