RE: Scheduling Pages and CFSCHEDULE

2000-06-11 Thread Adrian Cesana
You can use NT's AT to schedule jobs as well, Ive been using this method for quite some time and works well for me. To execute CFML from a CMD or BAT file use this little piece of code. SET CF_TEMPLATE_PATH=E:\path_to_yourfile\your_template_name.cfm d:\path_to_your_cfml_program\cfml.exe There i

Scheduling Pages and CFSCHEDULE

2000-06-11 Thread Nick Slay
Hi, I wonder if anyone might be able to give me some pointers. I have a site in development, running under CF 4.5.1, and using SQL Server 7 as the backend database. I'd like to be able to schedule events, mainly the sending of email messages, to happen at specific times. I thought that CFS