RE: NT Backup Status

2008-04-04 Thread Ken Cornetet
le copy log.txt \\ntserver1\default rem rem * Move log file to our directory rem move /Y "%FILE%" c:\backup -Original Message- From: Jelle Piekaerts

RE: NT Backup Status

2008-04-02 Thread Jelle Piekaerts
You could try the following in a batch script: type backup.log | find /I "The operation did not successfully complete" IF %errorlevel% == 0 sendTheMail Instead of sendTheMail you must put the command to send an e-mail (for example using blat) It does not really check if the scheduled task has fa