> Is there any way (under windows CFMX) that I can find and > kill a process without having to kill all CF processing by > restarting the service?
Hi Phil, The Windows 2000 Resouce Kit comes with a handy little utility called Kill.exe As its name suggests, it allows you to kill any process, even the pesky ones that you can't kill via the task manager. It's a command line tool which should be easy to integrate into a CFEXECUTE call. I personally use it in a couple of simple batch scripts. Heres some info on how to use it: http://www.tburke.net/info/suptools/topics/kill.htm Since Kill.exe is not "free", I can't post a link to it (think:google) :P Happy hunting. James. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
