@echo off :: Application Name: _Local_Deploy_Scheduled_Tasks.cmd.cmd :: Author: Jason P. Morris :: Created: 10/08/2008 :: Description: This is used when a technician is physically working on a :: PC requiring this Defrag task (such as a new deployment). :: *** Changes Screen Color - Helps stand out from *** :: *** other Command Prompt windows *** COLOR 0E :: *** Sets the Title Bar of the Command window *** Title Defrag Task Deployment - DO NOT CLOSE! :: Creates the new log file and header for it *** echo Date, Time, Computer Name, Remove Old Task, Create New Task > %SYSTEMDRIVE%\Defrag_Task_Deployment.csv :: *** Deploy the Scheduled Tasks to XP Current PC CALL Defrag_Task.cmd %ComputerName%