Re: Scheduled tasks won't start



Since I can't attach files, here's a copy/paste of what happened:

I created an eyes.bat file using your code (you told me to "create
eyes"):

@echo off
echo %date% %time% Start of task > c:\test.log
echo User=%UserName%, Path=%path% >> c:\test.log
c:\Tools\YourTask.exe 1>>c:\test.log 2>c:\test.err
echo ErrorLevel of c:\Tools\YourTask.exe=%ErrorLevel% >> c:\test.log
echo %date% %time% End of task >> c:\test.log

And I got this from "test.err":

The system cannot find the path specified.

And this from "test.log":

Sun 12/04/2005 12:03:00.06 Start of task
User=Administrator, Path=
ErrorLevel of c:\Tools\YourTask.exe=3
Sun 12/04/2005 12:03:00.10 End of task

That's it plain and simple. What could I possibly have done wrong, and
what can I do to correct it?

.



Relevant Pages

  • Re: Missing SFC/Scannow File
    ... Copy/paste the above into Start>Run ... Will Denny ... MVP - Windows Shell/User ... I also cannot attach files to my ISP's webmail server or ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Scheduled tasks wont start
    ... with your own command that you're trying to run, ... > Since I can't attach files, here's a copy/paste of what happened: ... Prev by Date: ...
    (microsoft.public.win2000.general)