Download Wget. It's a command line http client. You can find a Win32 version by searching in google with wget +Win32. I use it to run tasks from NT scheduler. You can use a bat file and put in your cfm page:
wget http://whatever/whatever.cfm?key=value Thanks to Dave Watts for this one. Frank Mamone ----- Original Message ----- From: "Brook Davies" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 2:45 PM Subject: CFMX from the command line > Does anyone know how to call a CF page from the command line with MX? > > I want to take advantage of the Win2k Alert service which can monitor > basically any process on the server. I want to set up various alerts & > monitors for things like the CF Queued requests starting to pile up (a sure > sign of a problem) and CPU/Memory Usage etc. The Alert Service allows you > to specify an executable to run when this happens and pass command line > arguments. I would like to be able to pass error codes and such to a CF > template which handles logging (I love the new logging functionality in MX) > and email/SMS alerts to various system administrators based on the severity > of the alerts. > > Brook Davies > maracasmedia inc. > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

