Re: Scheduled tasks won't start



Okay. This is the EXACT SYNTAX of the eyes.bat file that I have:

@echo off
echo %date% %time% Start of task > c:\test.log
echo User=%UserName%, Path=%path% >> c:\test.log
"c:\Program Files\xdbdown\xdbdown.cmd" 1>>c:\test.log 2>c:\test.err
echo ErrorLevel of "c:\Program Files\xdbdown\xdbdown.cmd"=%ErrorLevel%
>> c:\test.log
echo %date% %time% End of task >> c:\test.log

and here's what I have from test.err:

"The system cannot find the file specified."

and from test.log:

"Tue 12/06/2005 11:03:43.19 Start of task
User=Administrator, Path=

ERROR: this script needs Windows 2000 or better."

Now here's the thing. I am already running windows 2000 server, and the
filepath is correct! So right now I am at a loss at what to do here!

.