|
-
Jun 20th, 2006, 12:20 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Don't know where to post this?? (Batch File Question)
I have no idea where you post questions about batch files, but anyway...
I wrote a batch files and put it in the all users StartUp. I want it to map network drives when they log in. My problem is I don't know what syntax to use for the drives the have spaces in them. The others work fine, but the ones with spaces don't b/c the syntax is wrong. Here's what I have:
net use R: \\hol-cs-dfs\49 COMP
net use S: \\leave\Dmoinput WORKS
net use T: \\leave\Dmodata WORKS
net use U: \\hmn-fsiats2\users WORKS
net use V: \\hol-cs-dfs\49 COMP\signindatabase2.5
net use W: \\hmn-fsiats2\Customer Support
net use X: \\hmn-fsiats2\travelvouchers WORKS
Last edited by Hack; Jun 20th, 2006 at 12:49 PM.
-
Jun 20th, 2006, 12:49 PM
#2
Re: Don't know where to post this?? (Batch File Question)
Moved to General Developer
-
Jun 20th, 2006, 01:00 PM
#3
Thread Starter
Hyperactive Member
Re: Don't know where to post this?? (Batch File Question)
net use R: "\\hol-cs-dfs\49 COMP"
net use S: \\leave\Dmoinput WORKS
net use T: \\leave\Dmodata WORKS
net use U: \\hmn-fsiats2\users WORKS
net use V: "\\hol-cs-dfs\49 COMP\signindatabase2.5"
net use W: "\\hmn-fsiats2\Customer Support"
net use X: \\hmn-fsiats2\travelvouchers WORKS
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|