Re: Scheduled Tasks / Last Result 0x85 ???
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Thu, 5 Oct 2006 18:14:54 +1000
"casall78" <casall78@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8FA02C82-6939-425E-B166-7F87732C6CCC@xxxxxxxxxxxxxxxx
The Last Result of one of my Scheduled Tasks is 0x85. Does anybody knowwhat
that means? The task was done ok - from my point of view... Thanks, Markos
This code is generated by the commands run by
the scheduled task, not by the scheduler itself. You can
easily find out for yourself by modifying the task like so:
@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>>&1
echo ErrorLevel of the scheduled task=%ErrorLevel% >> c:\test.log
echo %date% %time% End of task >> c:\test.log
Get this task to run under the Task Scheduler, then have
a look at c:\test.log.
.
- Prev by Date: Re: migrate encrypted shared folder
- Next by Date: Re: migrate encrypted shared folder
- Previous by thread: /PAE and "Server is not operational" in Windows 2003 Enterprise Edtn.
- Next by thread: logon script from wrong server
- Index(es):
Relevant Pages
|