Results 1 to 3 of 3

Thread: [RESOLVED] Don't know where to post this?? (Batch File Question)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Resolved [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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Don't know where to post this?? (Batch File Question)

    Moved to General Developer

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    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
  •  



Click Here to Expand Forum to Full Width