December 11th, 2004, 04:50 PM
-
Scheduling a program to open once per day (but not once per boot)
Hello, does anyone have an idea to make it so a program executes once a day (but not once per boot)? I was thinking I could make the opener program in delphi and load that on startup, and it could do a check to see if it was already run that day, and if not it would execute the main program.
December 12th, 2004, 03:41 AM
-
December 12th, 2004, 10:44 AM
-
You could also use the AT command to schedule a program. Bring up a command prompt window by going to Start-->Run and typing "cmd" and then type "help AT" for more on the AT command.
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne
"I wouldn't hire a butcher to fix my car. I also wouldn't hire a marketing firm to build my website." - Nilpo
December 12th, 2004, 12:38 PM
-
ok sounds great, thank you both very much.