Create a batch file and schedule the batch file using AT. In the batch
file you need to set an environment variable indicating the location of
the cf template. Optionally, you can set whatever values you'd want in
your CGI query string (url parameters).
Example:
@echo off
set "QUERY_STRING=RequestTimeout=1800"
set CF_TEMPLATE_PATH=d:\web\somedirectory\gen.cfm
c:\cfusion\bin\cfml.exe
Jim
-----Original Message-----
From: Jason Egan <[EMAIL PROTECTED]>
To: Cf-Talk <[EMAIL PROTECTED]>
Date: Friday, June 23, 2000 7:18 PM
Subject: using at rather than cfschedule
>WAAAY back there was a post on using the NT AT command rather than
>cfschedule -- is cfschedule better in 4.5? -- if not, does anyone know
the
>correct way to use AT to run a CFM script?
>
>Thanks
>je
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.