Changes between Version 88 and Version 89 of DetailedInstall
- Timestamp:
- Apr 28, 2012, 8:29:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v88 v89 374 374 '''WINDOWS''' 375 375 376 1. create batch filesfor the cron. For example:[[BR]]376 1. create a batch file for the cron. For example:[[BR]] 377 377 ''c:\wamp\www\periodic\cron.bat''[[BR]] 378 378 379 This are sample contentsof the above mentioned file:379 This is a sample content of the above mentioned file: 380 380 381 381 '''''c:\wamp\www\periodic\cron.bat''''': 382 382 {{{ 383 c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cron.php 383 c: 384 cd c:\wamp\www\periodic\ 385 C:\wamp\bin\php\php5.3.10\php.exe -f cron.php 386 384 387 }}} 385 388 386 2) then assign cron for this file this way :389 2) then assign cron for this file this way (to run every minute): 387 390 {{{ 388 schtasks /Create /tn dolphin_cron /sc MINUTE /mo 1 /tr c:\wamp\www\periodic\cron.bat (to run every minute)391 schtasks /Create /tn dolphin_cron /sc MINUTE /mo 1 /tr c:\wamp\www\periodic\cron.bat 389 392 390 393 }}}