net use (command not working)

joshuajamie

OSNN Junior Addict
Joined
7 Jan 2004
Messages
16
Hi, when i try to use this command I get an access denied (error 5)message. I can map drives from my computer but im lookin to get this working from a batch script. Any help?
 
Check the order of how you entered all of the information. It should look something like this:

net use x: \\computer\folder password /user:username
 
Its nothing to do with the syntax, it should auto use the username and pass of the user logged in. I have tried this on other networks and it runs fine, just not on mine.

Its also nothing to do with the acl of that user, as they can map it from my computer perfectly. I am led to believe that its that they use different system services to map the drive.

I think the net use command uses netbios name resolution. And my wins server is running fine with every client registered. Anybody got a good idea of what is causing this?
 

Members online

No members online now.

Forum statistics

Threads
62,021
Messages
673,242
Members
5,639
Latest member
Everlong
Back
Top