|
From: Sal I. <sal...@sy...> - 2003-09-25 07:20:24
|
i've always used "at", the windows scheduler. run "at" from a command prompt. i believe on some windows installations it is not installed automatically (just add it from the windows cd). with this you can schedule recurring jobs, like a daily .bat (or wrapper -c wrapper.conf) at a given time. with this you can also schedule jobs on system events like startup/shutdown. the "at" scheduler also has a UI. to get to the windows scheduler on my xp box i click on this: Start | Programs | Accessories | System Tools | Scheduled Tasks also, last time i used a win98 box i found that it has a very similar scheduler to "at", but not quite like it. i ended up using it to simulate services by scheduling "wrapper -c wrapper.conf" on system startup. -----Original Message----- From: wra...@li... [mailto:wra...@li...]On Behalf Of Leif Mortenson Sent: Wednesday, September 24, 2003 7:08 PM To: wra...@li... Subject: Re: [Wrapper-user] Regarding the service Sal Ingrilli wrote: > you don't need the service wrapper. > > just use the windows/unix scheduler to schedule execution of a batch > file that runs your program UNIX has cron jobs, but what exists on Windows. I had actually looked for something a while back and was only able to locate a few overpriced commercial solutions. I ended up having the Java program running 24x7, but with its main thread in a wait state until the time that the actual job needed to run. Doing a google search on "Windows Scheduler" turns up several options now. A couple have free versions as well. Leif ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |