I have never used <Cfschedule> but you should be able to simply place that
file in each directory that is being used. In doing this, the CF applicaion
server will pick it up.. Hope that helps.. (Ihave the same problem w/ my
service provider)..



G. Scott Wood
Developer
HMWeb.com
520-742-2611 Ext.135


-----Original Message-----
From: Jay Jennings [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 9:07 PM
To: CF-Talk
Subject: schedule help


Do you have to have access to the CF Administrator in order to make use of
<cfschedule>? My ISP won't give me access for some strange reason (grin) but
looking at the docs it seems like I should just be able ti use the tag. Yes?

If that's so, is this code that I need to make a specific page run once
every hour?

<cfschedule
        action="UPDATE"
        url="http://www.crazycanines.com/mypage.cfm"
        task="aname"
        operation="HTTPRequest"
        startdate="12/05/00"
        starttime="10:00 AM"
        interval="3600">

Thanks for any help you can give me.

 jay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to