after i restarted my PC i cannot access my L drive from my network drives on my computer
on my.exe file i have this code
net use l: /d
net use l: \\<server> /<user>
when i run it here's the error
c:\windows>net use l: /d
the network connection could not found
More help is available by typing NET HELPMSG 2250 <----- 1st error
c:\windows>net use l: \\<server> /<user>
Enter the password for <user> to connect ( this is fine before, i just need to press enter then i will go through ... <----- this time there an error after this line)
system error 1219 has occurred <----- 2nd error
Multiple connection to a server or shared resources by the same user, using more than one user name, are not allowed. Disconnect all previous connection to the server or shared resources and try again..
**** i tried issuing net use on cmd here's what i get
status local remote network
ok <x:> <server> microsoft windows network
ok <blank><----- this should be L: <server> microsoft windows network
this command completed successfully..
Can anyone help me with this.
I appreciate the help
on my.exe file i have this code
net use l: /d
net use l: \\<server> /<user>
when i run it here's the error
c:\windows>net use l: /d
the network connection could not found
More help is available by typing NET HELPMSG 2250 <----- 1st error
c:\windows>net use l: \\<server> /<user>
Enter the password for <user> to connect ( this is fine before, i just need to press enter then i will go through ... <----- this time there an error after this line)
system error 1219 has occurred <----- 2nd error
Multiple connection to a server or shared resources by the same user, using more than one user name, are not allowed. Disconnect all previous connection to the server or shared resources and try again..
**** i tried issuing net use on cmd here's what i get
status local remote network
ok <x:> <server> microsoft windows network
ok <blank><----- this should be L: <server> microsoft windows network
this command completed successfully..
Can anyone help me with this.
I appreciate the help