Run program daily at startup after a certain date

  • Thread starter Thread starter 3c273
  • Start date Start date
3

3c273

Hello,
I'm not very good with batch files but I'm looking for something along the
lines of:

IF date >= 11/30/2004 RUN_MY_COMMAND

If it makes a difference, I will be starting this from the HKLM\....\run
key. Also, it doesn't have to be a batch file but I can't use a js or wsh
file as these are defaulted to edit. Any help appreciated.

Louis
 
3c273 said:
Hello,
I'm not very good with batch files but I'm looking for something along the
lines of:

IF date >= 11/30/2004 RUN_MY_COMMAND

If it makes a difference, I will be starting this from the HKLM\....\run
key. Also, it doesn't have to be a batch file but I can't use a js or wsh
file as these are defaulted to edit. Any help appreciated.

Louis

Use the Task Scheduler (via the Control Panel) to schedule your
task to run at startup time. When scheduling the job, click the
"Advanced" button to set a start date (and optionally an end date).
 

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

Back
Top