RE: Directory watcher for standard edition

2006-04-19 Thread Dan G. Switzer, II
>I use a batch file that calls wget for win32 to call the template all run >from the service You can also use curl (http://curl.haxx.se/.) I prefer curl because it handles more protocols (FTP, FTPS, TFTP, HTTP, HTTPS, TELNET, DICT, FILE and LDAP) than wget. -Dan

RE: Directory watcher for standard edition

2006-04-19 Thread Dan G. Switzer, II
Chris, >So, how would I call my cfc from a cron job or win service? You can always build a separate CFML template that invokes the methods in your CFC--that way you can re-use your CFC, but still build something that works in CF Standard. You could then have the template compare the directory re

Re: Directory watcher for standard edition

2006-04-19 Thread Zaphod Beeblebrox
I use a batch file that calls wget for win32 to call the template all run from the service On 4/19/06, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > So, how would I call my cfc from a cron job or win service? > > > Chris > -- > Chris Velevitch > Manager - Sydney Flash Platform Developers Group

Re: Directory watcher for standard edition

2006-04-19 Thread Chris Velevitch
So, how would I call my cfc from a cron job or win service? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238226 Archive

Re: Directory watcher for standard edition

2006-04-19 Thread Zaphod Beeblebrox
if you're on win32, I can post instructions on how to make a service that will accomplish the something similar. I've used it to create a report que that runs every 10 seconds. On 4/19/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Set up a cron job at 1 minute intervals? That's going to like

RE: Directory watcher for standard edition

2006-04-19 Thread Andy Matthews
Set up a cron job at 1 minute intervals? That's going to likely be the best way to do this. -Original Message- From: Chris Velevitch [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 3:18 AM To: CF-Talk Subject: Directory watcher for standard edition Where can I find the equiva