Thanks. That'll do it. -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 11:15 AM To: CF-Talk Subject: Re: CF and Scheduled Tasks...
Possible to meet this requirement: YES. Schedule a task that only runs on M-W-F: NO. The way to work this is to schedule a task that runs every day. The first thing the scheduled template does is use date functions to see what day it is. Then if the day is a Monday, Wendsday or Friday do what needs to be done, otherwise immediately abort. HTH Ian Che Vilnonis wrote: > Is there anyway to configure the CF to run a scheduled task every > M-W-F at a specified time? > I'm looking for a way of doing it w/o creating a BAT file. Possible? > > Thanks, Che > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298222 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

