August 17, 200521 yr Did you forget to search?You're going to need something running to keep track of the time. IMO, the task scheduler service is the easiest way to go...
August 17, 200521 yr Author I'm sorry I didn't make myself clear, but I meant doing this without 3rd party software?
August 17, 200521 yr Then you can't do it. Either the service or some other program has to be running to make your programs run on schedule.What's so bad about the Task Scheduler service? Or are you being "hardcore" and trying to strip everything out of your install?
August 17, 200521 yr You can do it the way I did it. I have a Server here at home that, after 12 hours of uptime, it automatacly restarts. What I did was:- Created a batch file with a timer- Went to :HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > WINDOWS > CURRENTVERSION > RunAnd made an entrie of that batch file. Now, everytime my Server starts, the .CMD file is automatacly started.Not sure if this is what you want tho. Cya
August 18, 200521 yr Author You can do it the way I did it. I have a Server here at home that, after 12 hours of uptime, it automatacly restarts. What I did was:- Created a batch file with a timer- Went to :HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > WINDOWS > CURRENTVERSION > RunAnd made an entrie of that batch file. Now, everytime my Server starts, the .CMD file is automatacly started.Not sure if this is what you want tho. Cya<{POST_SNAPBACK}>Brilliant! Not exactly what I was looking for, but a few modifications to this idea... !
Create an account or sign in to comment