Aegis Posted August 17, 2005 Posted August 17, 2005 I need another way to run batch files without the scheduler service.
Zxian Posted August 17, 2005 Posted August 17, 2005 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...
Aegis Posted August 17, 2005 Author Posted August 17, 2005 I'm sorry I didn't make myself clear, but I meant doing this without 3rd party software?
Zxian Posted August 17, 2005 Posted August 17, 2005 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?
Gouki Posted August 17, 2005 Posted August 17, 2005 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
Aegis Posted August 18, 2005 Author Posted August 18, 2005 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... !
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now