Changes between Version 88 and Version 89 of DetailedInstall


Ignore:
Timestamp:
Apr 28, 2012, 8:29:38 PM (12 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v88 v89  
    374374'''WINDOWS''' 
    375375         
    376     1. create batch files for the cron. For example:[[BR]] 
     376    1. create a batch file for the cron. For example:[[BR]] 
    377377    ''c:\wamp\www\periodic\cron.bat''[[BR]] 
    378378         
    379     This are sample contents of the above mentioned file: 
     379    This is a sample content of the above mentioned file: 
    380380 
    381381    '''''c:\wamp\www\periodic\cron.bat''''': 
    382382    {{{ 
    383 c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cron.php 
     383c: 
     384cd c:\wamp\www\periodic\ 
     385C:\wamp\bin\php\php5.3.10\php.exe -f cron.php 
     386 
    384387    }}} 
    385388         
    386     2) then assign cron for this file this way: 
     389    2) then assign cron for this file this way (to run every minute): 
    387390    {{{ 
    388 schtasks /Create /tn dolphin_cron /sc MINUTE /mo 1 /tr c:\wamp\www\periodic\cron.bat (to run every minute) 
     391schtasks /Create /tn dolphin_cron /sc MINUTE /mo 1 /tr c:\wamp\www\periodic\cron.bat 
    389392 
    390393    }}} 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub