Jump to content

Recommended Posts

Posted

I set the following:

at 12:59 "C:\Program Files\eMule\emule.exe"

But EMULE doesn't start at the specified time. And also theres no log entry in EVENT VIEWER! And yes the TASK SCHEDULER service is enabled and active.


Posted

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 :).

Posted (edited)

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
  • 11 months later...
Posted

Is there a program for Windows that would do the bellow thing:

To lunch an app in 5 min time. So U don't have to type 15:35 if the clock is now 15:30 in order to launch a program

Posted

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

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...