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 | |
|---|---|
| Fresh Reader Install Folder | c:\program files\apache group\apache2\htdocs\freshreader |
- Click
-
-
, - Select 'File' menu - 'New' - 'Scheduled Task',
- Click 'Browse...' and select 'php.exe' for PHP4, or 'php-cgi.exe' for PHP5,
- Click 'Next >',
- Type task name (ex.'freshreader') and select 'Daily', and click 'Next >',
- Configure task scheduling options, and click 'Next >',
- Type '(Machine Name)\Administrator' on User field, and password for 'Administrator', then click 'Next >',
- Check 'Detail Property' and click 'Done',
- Change 'Run' as the following and click 'Apply',
- Move to 'Schedule' tab, and Configure fine-tune the schedule.
c:\php\php-cgi.exe -f "c:\program files\apache group\apache2\freshreader\crawler.php"
See Microsoft Windows 2000 Task Scheduler for more information about 'Task Scheduler of Windows 2000'.


