I've never experienced any problems with the cf scheduler myself. That doesn't necessarily mean they're not there, I just haven't run into them. If you want to execute a command line statement from a coldfusion page, you want to use <cfexecute> ... which can be rather frustrating to figure out ... however, it doesn't sound like you need to do any ColdFusion work with this particular task, so I'd recommend looking into the Windows scheduler to run the command instead. I can't point you to any documentation off the top of my head, but I'm sure it's out there. :)
Isaac ------ Original Message ------ From: [EMAIL PROTECTED] (Rafael Bleiweiss) To: CF-Talk <[EMAIL PROTECTED]> Sent: Aug 20, 2003 04:40 AM Subject: Re: question / scheduled tasks CF 5 specific >Having difficulty finding examples or better documentation on the CF 5 >Scheduler... > >I'm about to attempt to try for the first time to run a scheduled task once >an hour on my server - Win2K, IIS, and CF 5. I want to schedule a task >that automatically retrieves the latest Symantic virus definition files >hourly instead of the minimum daily that the System Center console allows >for directly. > >It's literally a one line code thing - a command prompt execution of the >Live Update system configured to only get the definition files and exclude >product updates. > >As the documentation is overly thin for someone unfamiliar with this sort >of process, I have CLUE ZERO regarding how to execute a server based >executable with command line variables through the scheduler, as the only >"option is CFHTTP... > >So...... any help or pointing to more info is extremely appreciated... > >AND ALSO I've heard (even today on this list) that CF 5 doesn't handle >Scheduled events too well - THOUGHTS? COMMENTS? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

