Results 1 to 3 of 3

Thread: changing drives and directories using network paths

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    12
    Is there a way to change to a directory on a server using the network path syntax instead of mapping a directory on the user's machine?. For example, how could I make \\servername\sharename my current drive and directory???

    If not, is there a way to determine what drive letter a specific server share is mapped to on a client machine?


    Thanks

    Eric

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Code:
    ChDir "\\HOST1\Agreements\Templates\"
    Chemically Formulated As:
    Dr. Nitro

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    12
    That doesn't work because the client machine is still looking at the current drive.


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