I’ve created a backup batch file, called “backuplog.bat” which runs fine from the command prompt.
I’ve attempted to schedule it using the task scheduler and set everything I can think off
The SCHED.LOG file reports that it started, and then that it has completed with the following messages
“Backup.job” (Backuplog.bat)
Started 2/06/2003 8:26:23 a.m.
“Backup.job” (Backuplog.bat)
Finished 2/06/2003 8:26:23 a.m.
Result: The task completed with an exit code of (80).
Sadly, there is no evidence that the job has run – my first line is an “ECHO started on DATE > F:BackupJunk.txt” which does not appear.
What am I doing wrong? Or, alternatively, where is there a good source of documentation.
Info that may or may not be relevant
I have set a valid user account with password,
I have set a start directory “F:Backup”
I have quoted the batch file as a fully qualified name “F:BackupBackuplog.bat”
I have preceded it with “cmd /Q /C ” on occasions with no better results