The user logged in when the script runs is a member of the administrators
group. The machine part of a Win2k domain (running AD), but there are no
policies set at the domain level.
I'm stumped.
@echo off
echo %date% %time%: Shutdown script starting > c:\shutdown.log
echo Path=%path% >> c:\shutdown.log
c:\tools\YourCommands.bat
echo %date% %time%: Shutdown script ended >> c:\shutdown.log
"Patrick W." <mang...@NOSPAM.hotmail.com> wrote in message
news:jhmob.87$gG1...@newssvr27.news.prodigy.com...
In terms of path, the script is in c:\winnt\system32, and the wzzip program
directory is also in the system path.
"Pegasus (MVP)" <I....@fly.com> wrote in message
news:%23Yjg2I3...@TK2MSFTNGP12.phx.gbl...
If you place a "pause" statement in your script file then you can
prevent the script screen from disappearing before your eyes.
"Patrick W." <mang...@nospam-hotmail.com> wrote in message
news:K2wob.826$LH4...@newssvr27.news.prodigy.com...
"Patrick W." <mang...@NOSPAM.hotmail.com> wrote in message
news:jhmob.87$gG1...@newssvr27.news.prodigy.com...