Re: CF and Scheduled Tasks...

2008-02-06 Thread Claude Schneegans
Is there anyway to configure the CF to run a scheduled task every M-W-F at a specified time? Schedule the task for everyday, and have the task check for the day and CFABORT on bad days. ~| Adobe® ColdFusion® 8 software 8 is

CF and Scheduled Tasks...

2008-02-05 Thread Che Vilnonis
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

Re: CF and Scheduled Tasks...

2008-02-05 Thread Don
You could point the task at a template that figures out what day it is and then run the task on M-W-F. 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

Re: CF and Scheduled Tasks...

2008-02-05 Thread Ian Skinner
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

RE: CF and Scheduled Tasks...

2008-02-05 Thread Che Vilnonis
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

Re: CF and Scheduled Tasks...

2008-02-05 Thread Tom Chiverton
On Tuesday 05 Feb 2008, Che Vilnonis wrote: Is there anyway to configure the CF to run a scheduled task every M-W-F at a specified time? You can always schedule it in CF for daily, and have the code check the day of week. -- Tom Chiverton Helping to collaboratively grow fourth-generation

Re: CF and Scheduled Tasks...

2008-02-05 Thread Nate Willard
What is a BAT file? --- Ian Skinner [EMAIL PROTECTED] wrote: 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

RE: CF and Scheduled Tasks...

2008-02-05 Thread Che Vilnonis
Windows scheduled task manager uses .bat (or batch) files to auto run tasks on a schedule. -Original Message- From: Nate Willard [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 12:55 PM To: CF-Talk Subject: Re: CF and Scheduled Tasks... What is a BAT file? --- Ian Skinner

RE: CF and Scheduled Tasks...

2008-02-05 Thread Russ
To: CF-Talk Subject: Re: CF and Scheduled Tasks... What is a BAT file? --- Ian Skinner [EMAIL PROTECTED] wrote: 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

Re: CF and Scheduled Tasks...

2008-02-05 Thread Gerald Guido
What is a BAT file? I think it has something to do with the opening scene of Fear and Loathing in Las Vegas. On Feb 5, 2008 12:54 PM, Nate Willard [EMAIL PROTECTED] wrote: What is a BAT file? --- Ian Skinner [EMAIL PROTECTED] wrote: Possible to meet this requirement: YES. Schedule a