Question : "System error 53 has occured" during attempt to map network drive via command prompt

I am trying to create a simple logon script to map certain network dirves for each user group.  For some reason I can not map to one share on a certain server using the command promt; however, I can map to it using the GUI wizard.  I can map to qll other shares on the same server using the command promt.  The server is a Win 2003 server, and the client is Win XP pro.  Here is a copy of the script.

net time \\main-fs /set /yes

net use m: \\main-fs\all users

net use F: \\main-fs\Fiserv

net use L: \\exchange\easylndr

net use t: \\main-fs\tele5

net use g: \\main-fs\gl


\\main-fs\all users is the share that I am having trouble with.

Answer : "System error 53 has occured" during attempt to map network drive via command prompt

That's simply because the "net use" command you're using is looking for the share "\\main-fs\all". Make that
net use m: "\\main-fs\all users"
(note the quotes) and you're good to go.
Random Solutions  
  •  Need minimum send an email from shell script command
  •  How to Share a internet connection from one computer to another
  •  I registered a new domain, and I now get a DNS error when I send emails to that domain
  •  Mail from our exchange server gets rejected by recipient mail servers that perform reverse DNS check
  •  Dial Peer Configuration on Voice Gateway with 2 PRI's and each PRI carrying different DID's.
  •  Can anyone explain/help me with why ie7 will not launch after uninstalling ie8
  •  New 64bit motherboard yields NVIDIA nForce Networking Controller prob in device mgr.
  •  ACTIVE DIRECTORY MIGRATION QUESTION
  •  HTTP Error 403 - Forbidden is received, when trying to access the remote web workplace on Small Business Server 2003
  •  Is it Ok for 2 domain name for 2 SSL Certificate in the same host ?
  •  
    programming4us programming4us