View Single Post
  #2  
Old 01-05-2006, 04:07 AM
Ian
 
Posts: n/a
Default RE: XP Pro - Connect to a shared folder as a different user ?

Yes, you can do this with the NET USE command.

net use h: \\server\share /user:me@domain.com password

should do the trick. (You can omit the domain part if it's a single server)

Note however that you cannot connect to two shares on on the same server
with different usernames.
Reply With Quote