I have a network drive (for instance, G: on Server A). And I am trying to map an additional network drive (H:) to a new server (Server B). I tried the net use
command, giving to rise to error 1219 on Window XP.
net use h: \\ServerB\docs /user:ServerB\user Password
I am connecting the network drive of Server A using Server A's account. And I have to use both of network drive simultaeusly, so I don't think I can the net use * /del
command to connect to Server B.
What can I do?