Program to run other program once a day?

  • Thread starter Thread starter EA
  • Start date Start date
E

EA

I had a DOS utility that I used in batch files and that run other
programs only once a day (or other interval). Unfortunately, it does
not work on XPpro. So, I'm looking for a similar windows console
utility. After searching google, I only found one program, called
"date_run" which is no longer available. Any suggestions? I'm not
looking for a scheduler type program (there are several of those) but
for something that can be used in a script/batch, i.e., a program that
terminates after it runs.

E.
 
EA said:
I had a DOS utility that I used in batch files and that run other
programs only once a day (or other interval). Unfortunately, it does
not work on XPpro. So, I'm looking for a similar windows console
utility. After searching google, I only found one program, called
"date_run" which is no longer available. Any suggestions? I'm not
looking for a scheduler type program (there are several of those) but
for something that can be used in a script/batch, i.e., a program that
terminates after it runs.

E.
In xp the dos command AT is still aviable:
Startmenu > Run...
Type CMD <enter>
Type AT /? <enter>
You'll see the parameters you can add.

The command is
AT [\\computername] Time[/INTERACTIVE][ /EVERY:date[,...] |
/NEXT:date[,...]] command


MightyKitten

--

http://www.it-hulp.nl/
http://fotoalbum.it-hulp.nl/

gmx.net is the mailserver of mightykitten
start subject with *ping* or the antispam monster will eat it.
 
I had a DOS utility that I used in batch files and that run other
programs only once a day (or other interval). Unfortunately, it does
not work on XPpro. So, I'm looking for a similar windows console
utility. After searching google, I only found one program, called
"date_run" which is no longer available. Any suggestions? I'm not
looking for a scheduler type program (there are several of those) but
for something that can be used in a script/batch, i.e., a program that
terminates after it runs.

E.

Batchrun:

http://www.outertech.com/index.php?_charisma_page=product&id=1
 
Le Fri, 10 Sep 2004 14:18:22 GMT, EA a écrit :
I had a DOS utility that I used in batch files and that run other
programs only once a day (or other interval). Unfortunately, it does
not work on XPpro. So, I'm looking for a similar windows console
utility. After searching google, I only found one program, called
"date_run" which is no longer available. Any suggestions? I'm not
looking for a scheduler type program (there are several of those) but
for something that can be used in a script/batch, i.e., a program that
terminates after it runs.

E.

try kalab's Cron
http://www.kalab.com/freeware/cron/cron.htm

@+
 
In xp the dos command AT is still aviable:
Startmenu > Run...
Type CMD <enter>
Type AT /? <enter>
You'll see the parameters you can add.

The command is
AT [\\computername] Time[/INTERACTIVE][ /EVERY:date[,...] |
/NEXT:date[,...]] command


MightyKitten

Thank you!

E.
 
Back
Top