I have created a batch file in an attempt to add a scheduled task however when this runs it does not execute the command any ideas?
echo off
Start CMD /k
From CMD /k SchTasks /Create /SC DAILY /TN “Cache Task” /TR “C:\Temp Batch Two.bat” /ST 09:00
Any help would be appriciated.