Re: CFAS Scheduler - I Give Up

2000-12-21 Thread paul smith
Well I want to execute a single CFAS template. So I gather file.bat needs to set the CF_TEMPLATE_PATH variable and then execute cfml.exe What's the syntax in file.bat? best, paul At 11:09 AM 12/20/00 -0600, you wrote: You can set up and delete AT commands using CFEXECUTE. Typically: Use

Re: CFAS Scheduler - I Give Up - SOLVED

2000-12-21 Thread paul smith
Check out: www.teratech.com/coldcuts/cutdetail.cfm?cutid=2 best, paul At 05:46 PM 12/21/00 -0800, you wrote: Well I want to execute a single CFAS template. So I gather file.bat needs to set the CF_TEMPLATE_PATH variable and then execute cfml.exe What's the syntax in file.bat? best, paul

Re: CFAS Scheduler - I Give Up

2000-12-20 Thread Billy Cravens
You can set up and delete AT commands using CFEXECUTE. Typically: Use CFFILE to create a .bat file Use cfexecute to run the following command: AT 13:00 c:\file.bat The exact contents of file.bat depend on what you're wanting to do. -- Billy Cravens [EMAIL PROTECTED] paul smith wrote:

AW: CFAS Scheduler - I Give Up

2000-12-20 Thread Christoph Schmitz
-Talk Betreff: CFAS Scheduler - I Give Up Well, I have one scheduled task that runs like clockwork ;-) every hour, and has done so for monthes, but I cannot seem to get CFAS's Scheduler to add another task. I give up. What's the syntax for using CFAS with NT's AT? Neither of Forta's current

Re: AW: CFAS Scheduler - I Give Up

2000-12-20 Thread paul smith
Yep. At 09:16 PM 12/20/00 +0100, you wrote: well, did you try to restart the CF server after adding another task? I remember that with CF 4.0 that was an issue at least with Solaris. ~~ Structure your ColdFusion code with Fusebox. Get the