basic .bat script problem running on 2003 server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a basic script that we use and it only runs part of it and then a
message "Batch file missing". If I run the script from the run command on a
98/ME machine from the 2003 server the script runs fine. Only at login is
when the problem occurs.
Script:
net time \\servername /set /yes
net use * /delete /y (after this line is when we get batch file missing)
net use z: \\servername\x /y
net use y: \\servername\x /y
net use w: \\servername\x /y
net use v: \\servername\x /y
net use s: \\servername\x /y
etc. up to k

We are trying to control all the mapped drives as we migrate to a full
native 2003 domain, for all our XPpro, 98 & ME machines. XPpro sometimes
runs the script but sometimes does not run it. thanks.

.



Relevant Pages

  • RE: script entry to finding the version after a cvsup
    ... script entry to finding the version after a cvsup ... > I have written a basic script to cvsup, ... > new kernel-world etc. ...
    (freebsd-questions)
  • Re: Quoting Problems for Shell Script
    ... > Solaris 8. ... It's a pretty basic script and I'm probably missing something ... > command straight in the script instead of calling it from a variable, ...
    (comp.unix.shell)
  • Cron
    ... I'm having a bit of a problem with cron under RH-9. ... a very basic script. ... execute from the command line, however it doesn't execute in the ...
    (RedHat)
  • Re: need a script or something..
    ... longer to make script but i am making it only once and who knows how many ... Here is a basic script that will do it for you. ... Set ObjShell = CreateObject ... Create a desktop shortcut that points to c:\Windows\CreateShortcut.vbs. ...
    (microsoft.public.windowsxp.general)
  • user defined variables
    ... I have a very basic script that will show me when a user last changed ... I need some help modifying it so it will ask me the ... Prev by Date: ...
    (microsoft.public.windows.server.scripting)