You can do it yourself or through the CF Admin

Here is an example:

HTML>
        <HEAD>
                <TITLE>Job Scheduled</TITLE>
        </HEAD>
        <BODY>
                <CFSCHEDULE ACTION="Update"
                 TASK="#Form.username#-#Form.report#"
                 OPERATION="HTTPRequest"
 URL="http://cold.fusion.server/reports/#Form.report#.cfm"
                 FILE="#Form.report#-results"
                 PATH="\\homedirserver\#Form.username#\"
                 PUBLISH="Yes"
 STARTDATE="#Month(Now())#/#Day(Now())#/#Year(Now())#"
                 STARTTIME="23:00"
                 ENDDATE="#Month(Now())#/#Day(Now())#/#Year(Now())#"
                 ENDTIME=""
                 INTERVAL="Daily">
                <H1>Job Scheduled</H1>
                <HR>
                <CFOUTPUT>
                The report #Form.report#.cfm has been scheduled to
                run tonight at 11:00 p.m. for #Form.username#.
                </CFOUTPUT>
                <P>
                Click <A HREF="form.html">here</A> to schedule
                another report.
        </BODY>
</HTML>

> -----Original Message-----
> From: John Cesta - Lists [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 17, 2000 8:34 AM
> To:   CF-Server
> Subject:      Scheduling tasks
> 
> How do the rest of you handle scheduled CF tasks on a hosted server?
> 
> Do you configure scheduled tasks through CF admin for the client, or is
> there a way for them to do it themselves, or, is there a way for a hosting
> client to schedule tasks that I am missing?
> 
> John Cesta
> 
> http://www.cybersmarts.net
> -------------------------------------------------
> ColdFusion ASP and ActiveState PERL Hosting
> --------------------------------------------
> SearchIt PRO - IIS Logfile Management Software
> DomainReportIt PRO - Transfer IIS installs
> http://www.serverautomationtools.com
> 
> --------------------------------------------------------------------------
> ----
> To unsubscribe, send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to