in reply to •Re: Automatically run a web page
in thread Automatically run a web page

Thanks for all the input. This is in a cold fusion page and I would have to write a script to execute this:
<CFSET IndexCollection = "mysearch"> <CFSET IndexDirectory = "C:\Inetpub\wwwroot\searcher"> <CFSET IndexRecurse = "YES"> <CFSET IndexExtensions = ".htm, .html, .pl, *.,.cfm"> <CFSET IndexLanguage = "english"> <CFINDEX collection="#IndexCollection#" action="REFRESH" type="PATH" key="#IndexDirectory#\" extensions="#IndexExtensions#" recurse="#IndexRecurse#" language="#IndexLanguage#" urlPath="http://127.0.0.1/searcher/" > <HTML><HEAD> <TITLE>data</TITLE> <FONT size="+2"><B>Indexing Finished</B></FONT>
I dont have any idea how I would make this into a script. Currently it runs when I put in the URL in my browser Location/address then it comes back saying "Indexing Finished" and it updates my search web page.

Replies are listed 'Best First'.
Re: Re: &bull;Re: Automatically run a web page
by iguanodon (Priest) on Apr 21, 2003 at 18:28 UTC
    ColdFusion has a scheduler built in. On the admin page, click on 'Scheduled Tasks' under 'automated tasks'.