@echo off @rem *************************************************************** @rem ** Author: Robert Lie (Mobilefish.com) @rem ** @rem ** tasks_end.bat @rem ** @rem ** This batch file deletes the schedules task MCAFEE. @rem ** To display all scheduled tasks, type command: @rem ** SCHTASKS /Query @rem ** @rem ** This batch file has been tested on a Windows XP and Vista @rem ** platform. @rem ** @rem *************************************************************** SCHTASKS /Delete /TN MCAFEE