AT Scheduling Batch Jobs Not Working?

A

Al Franz

Trying to schedule the execution of a Batch file. Command I enter is:

AT 7:00 /every:M,T,W,TH,F "runbatch 5"

I can enter "AT" and see it scheduled but after the time period it shows
ERROR on the line when running "AT" after the fact. Any ideas why this
would not be working?

The "5" is a value I pass into the batch file, I assume this should work as
well?
 
W

Wesley Vogel

Scheduled Tasks and the At command
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/agent_plus_at.mspx

[[Schtasks is a more powerful superset command-line scheduling tool and
includes all the functionality found in the at command-line utility. Use
schtasks instead of at for all command-line scheduling tasks.]]
At
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/at.mspx

Schtasks
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/schtasks.mspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top