7
edits
Line 203: | Line 203: | ||
start %programit%uniserv.exe run_cron.bat | start %programit%uniserv.exe run_cron.bat | ||
</pre> | </pre> | ||
Hence every time you start the servers using '''Server_Start.bat''' or '''disk_start.vbs''' Cron will run. | Hence every time you start the servers using '''Server_Start.bat''' or '''disk_start.vbs''' Cron will run. | ||
You should also use a command-line utility such as PrcView[http://www.teamcti.com/pview/prcview.htm] to kill the '''unidelay.exe''' process when you stop the servers by adding this line just below line ''':END''' in '''Stop.bat''': | |||
<pre> | |||
C:\utils\pv.exe -k -f unidelay.exe | |||
</pre> | |||
(This assumes you placed '''pv.exe''' in '''C:\utils'''.) | |||
'''''Related links'':''' | '''''Related links'':''' |
edits