Installing Drupal on 4.0-Mona: Difference between revisions

Jump to navigation Jump to search
Line 217: Line 217:
'''''Note 1'':''' '''unidelay.exe 60''' runs the cron-job every 60 seconds increase this as required.
'''''Note 1'':''' '''unidelay.exe 60''' runs the cron-job every 60 seconds increase this as required.


'''''Note 2'':''' You can run Cron from '''Server_Start.bat''' add the following line just below line ''':END''' (forth line from bottom of file):
'''''Note 2'':''' You can run Cron from '''Server_Start.bat'''; add the following line just below line ''':NOTFOUND''':
<pre>
<pre>
start %programit%uniserv.exe run_cron.bat
echo.
echo  Starting Drupal cron ...............
echo.
start udrive\home\admin\program\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'':'''