I recently ran into a problem where I’d scheduled a batch file to run on a Windows Server 2008 R2 server, task manager reported the task had run, but it hadn’t.
The batch file was in F:\Folder1\ and the scheduled task screen was as below
In order to get the batch file to run, I had to set the Program\script box to contain just the name of the script and place the folder path in the Start in (optional) box
Use at command to schedule .bat
at 4:00 /every:T “C:\script.bat”
great job; its working perfectly. you r great.
This was a huge help to me, thanks!
thanks so much for information to it!
Thank you, tried all the other ways and this one worked!
thanks a lot! it worked perfectly.
where i write that command? i am new and have faced same issue.
Thanks ..saves lot of time
Awesome! worked like a charm. I had to do this on windows 2012 server and behavior was same. Thanks.
Very helpful. Thanks a lot!
It’s perfect… Thanks a lot. It saved my time…
Since 3 days i was struggling with it. Not it’s fixed. Thanks a lot
Thank you for posting this. I was truly lost until I found this article.
Thank you for posting this. I was truly lost until I found this article.