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