Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An embedded message was scrubbed... From: Scott Harper <sharperct@gmail.com> Subject: Win32 Utils TaskScheduler Date: Sun, 4 Sep 2005 17:04:24 -0400 Size: 4971 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20050904/8c7914f1/attachment.eml
Hi, Your usage of minutes_duration, and minutes_interval is invalid. You must use it like this: trigger = { "start_year" => 2005, "start_month" => 9, "start_day" => 5, "start_hour" => 7, "start_minute" => 14, "trigger_type" => TaskScheduler::DAILY, "minutes_duration" => 540, "minutes_interval" => 60, "type" => { "days_interval" => 1} } NB. minutes_duration must be greater than minutes_interval. Regards, Park Heesob