Jump to content

AT scheduler


BigDaddy

Recommended Posts


Yes - do not forget the /interactive (or /i, same thing) switch when creating a job with an active window you'd like to see. Otherwise, it won't be able to interact with your desktop session, and of course without a shell and most registry entries available to them, most applications will silently crash :).

Link to comment
Share on other sites

ofcourse! How could I forget. Its the same catch that LINUXs AT command has with GUI programs.

ps. Does Windows AT command has the 'at +5min'? So U don't have to type 15:35 if the clock is now 15:30

Edited by BigDaddy
Link to comment
Share on other sites

  • 11 months later...

WHICH windows?

AT is "deprecated" in XP and later:

http://www.ss64.com/nt/at.html

the new command is SCHTASKS:

http://www.ss64.com/nt/schtasks.html

http://www.robvanderwoude.com/schtasks.html

You can easily create a batch to invoke it with the write time by parsing current DATE/TIME, here are a few examples:

http://www.robvanderwoude.com/amb_datetime.html

http://www.robvanderwoude.com/datetime.html

A number of links to Freeware alternatives:

http://www.computing.net/windowsxp/wwwboar...rum/161152.html

nnCRON lite should be the more featured:

http://www.nncron.ru/#nncronlt

The suggestion by mjzelf is good, but it is considered the "poor man's way" as it will eat quite a bit of resources.

You need then a "DELAY" or "WAIT" command to put in the batch that calls the app you want to run or a delaying program, here is an example, called DELAYEXEC:

http://www.rjlsoftware.com/software/utility/delayexec/

jaclaz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...