Search found 2 matches

by jason76
28 Aug 2014 11:40
Forum: DOS Batch Forum
Topic: Batch file to delete a Scheduled Task
Replies: 4
Views: 8478

Re: Batch file to delete a Scheduled Task

Thanks foxidrive that worked perfectly. No more errors if it doesn't exist and the rest of the process finishes without throwing errors.
by jason76
26 Aug 2014 11:41
Forum: DOS Batch Forum
Topic: Batch file to delete a Scheduled Task
Replies: 4
Views: 8478

Batch file to delete a Scheduled Task

I am trying to delete a scheduled task on Windows 7 computers if it exists. I found this online but can't get it to work for me. I need the script to delete the task if it exists and if it does not exist to exit the batch file without trying to delete it. Right now it is trying to delete it whether ...