• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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
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
😀
 
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.
 
Back
Top