I am trying to run a batch file on a daily basis but am having troubles getting the AT command to work. I have been to technet and checked the syntax there as well as in the help file and by typing at /?.
this is the line
at 1 18:00 /interactive cmd.exe c:\path\filename.bat
I want to chnage the 18:00 to everyday at 1:00 am. but I can’t even get this to work. i have also tried
at 1 18:00 /interactive cmd.exe /c di c:\path\filename.bat