Program to run other program once a day?

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

MightyKitten

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

Bubba Yarfkowitz

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
 
R

rm

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

@+
 
E

EA

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.
 

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

Top