basic .bat script problem running on 2003 server
- From: tech-pete <tech-pete@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 May 2005 08:51:02 -0700
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.
.
- Follow-Ups:
- Re: basic .bat script problem running on 2003 server
- From: Al Dunbar [MS-MVP]
- Re: basic .bat script problem running on 2003 server
- Prev by Date: Re: Script for change permissions to file
- Next by Date: Re: Win32_Product doesn't list all installed Applications
- Previous by thread: Home Folders (Revisted)
- Next by thread: Re: basic .bat script problem running on 2003 server
- Index(es):
Relevant Pages
|