View Single Post
Re: Change Processes According to Day
Old
  (#2)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: Change Processes According to Day - 10-06-2006

You can get creative and have the built in windows scheduler turn off the HLstatsX process on Thursday by running a cmd script.

The script would look something like this:
------------------------
@rem set the path to the server loader, eg c:\srvload
set loaderpath=..

%loaderpath%\meanloader -pause HLstatsX
%loaderpath%\meanloader -stop HLstatsX
------------------------

On Friday, the scheduler will have to run a different script to turn it back on.

The other method is to wait until I add in scheduling capabilities that do the same thing as the windows scheduler.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote