i searched the forums and found some threads that showed how to set up a cron job on windows. I'm trying to run the send_reminders.php from a webcalendar program. however, when i set up a cron as a scheduled task as shown in these forums:
1. Create a .bat file 2. insert the line c:\wamp\php\php c:\wamp\www\webcalendar\tools\send_reminders.php 3. save and set as a sheduled task
whenever it runs i get this: C:\wamp\www>C:\wamp\PHP\php c:\wamp\www\webcalendar\tools\send_reminders.php
Warning: require_once(../includes/classes/WebCalendar.class): failed to open str eam: No such file or directory in C:\wamp\www\WebCalendar\tools\send_reminders.p hp on line 60
Fatal error: require_once(): Failed opening required '../includes/classes/WebCal endar.class' (include_path='.;C:\php5\pear;../includes;') in C:\wamp\www\WebCale ndar\tools\send_reminders.php on line 60