Prev| Up| Next

Run Crawler on Windows2000

To run the crawler on windows2000, you need to create a new scheduled task.

The following settings are assumed in this chapter,

PHP command path

c:\php\php-cgi.exe

Fresh Reader Install Folder

c:\program files\apache group\apache2\htdocs\freshreader

  1. Click - - ,
  2. Select 'File' menu - 'New' - 'Scheduled Task',
  3. Click 'Browse...' and select 'php.exe' for PHP4, or 'php-cgi.exe' for PHP5,
  4. Click 'Next >',
  5. Type task name (ex.'freshreader') and select 'Daily', and click 'Next >',
  6. Configure task scheduling options, and click 'Next >',
  7. Type '(Machine Name)\Administrator' on User field, and password for 'Administrator', then click 'Next >',
  8. Check 'Detail Property' and click 'Done',
  9. Change 'Run' as the following and click 'Apply',
  10. c:\php\php-cgi.exe -f 
         "c:\program files\apache group\apache2\freshreader\crawler.php"
    
  11. Move to 'Schedule' tab, and Configure fine-tune the schedule.

See Microsoft Windows 2000 Task Scheduler for more information about 'Task Scheduler of Windows 2000'.

Prev| Up| Next
track feed