SOT: Ending tasks with CF

2002-12-05 Thread Scott Mulholland
Is there anyway to end a process or task running on a Win2k machine with
CF?  Possibly a call to something with cfexecute?
 
Thanks,
Scott

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: SOT: Ending tasks with CF

2002-12-05 Thread Jesse Houwing
Scott Mulholland wrote:

Is there anyway to end a process or task running on a Win2k machine with
CF?  Possibly a call to something with cfexecute?
 
  

use kill.exe from the Windows 2000 Resource Kit.

Jesse

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: SOT: Ending tasks with CF

2002-12-05 Thread Scott Mulholland
Jesse,
I looked at that option but don't you need to know the PID of what you
are killing.  In my case I need to kill all instances of a certain
appi.e. notepad.exe


Scott

-Original Message-
From: Jesse Houwing [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 05, 2002 3:28 PM
To: CF-Talk
Subject: Re: SOT: Ending tasks with CF


Scott Mulholland wrote:

Is there anyway to end a process or task running on a Win2k machine 
with CF?  Possibly a call to something with cfexecute?
 
  

use kill.exe from the Windows 2000 Resource Kit.

Jesse


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: SOT: Ending tasks with CF

2002-12-05 Thread Howie Hamlin
Actually, you can kill something without needing the PID.

You can execute the following:

kill notepad

and that will kill all occurances of notepad running...

usage: KILL [options] pid | pattern

   [options]:
   -f Force process kill

   pid
  This is the process id for the task
   to be killed.  Use TLIST to get a
   valid pid

   pattern
  The pattern can be a complete task
  name or a regular expression pattern
  to use as a match.  Kill matches the
  supplied pattern against the task names
  and the window titles.

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Scott Mulholland [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, December 05, 2002 4:03 PM
Subject: RE: SOT: Ending tasks with CF


 Jesse,
 I looked at that option but don't you need to know the PID of what you
 are killing.  In my case I need to kill all instances of a certain
 appi.e. notepad.exe
 
 
 Scott
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: SOT: Ending tasks with CF

2002-12-05 Thread Mosh Teitelbaum
Oops, didn't see these before sending my own response.

I don't have the Win2k Resource Kit, but there are freeware Win32 ps and
kill utilities available.  As I offered in my last email, feel free to
contact me and I'll send it/them to you.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Scott Mulholland [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 4:04 PM
 To: CF-Talk
 Subject: RE: SOT: Ending tasks with CF


 Jesse,
 I looked at that option but don't you need to know the PID of what you
 are killing.  In my case I need to kill all instances of a certain
 appi.e. notepad.exe


 Scott

 -Original Message-
 From: Jesse Houwing [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 3:28 PM
 To: CF-Talk
 Subject: Re: SOT: Ending tasks with CF


 Scott Mulholland wrote:

 Is there anyway to end a process or task running on a Win2k machine
 with CF?  Possibly a call to something with cfexecute?
 
 
 
 use kill.exe from the Windows 2000 Resource Kit.

 Jesse


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: SOT: Ending tasks with CF

2002-12-05 Thread jon hall
pstools from www.sysinternals.com

-- 
 jon
 mailto:[EMAIL PROTECTED]

Thursday, December 5, 2002, 4:14:13 PM, you wrote:
MT Oops, didn't see these before sending my own response.

MT I don't have the Win2k Resource Kit, but there are freeware Win32 ps and
MT kill utilities available.  As I offered in my last email, feel free to
MT contact me and I'll send it/them to you.

MT --
MT Mosh Teitelbaum
MT evoch, LLC
MT Tel: (301) 625-9191
MT Fax: (301) 933-3651
MT Email: [EMAIL PROTECTED]
MT WWW: http://www.evoch.com/


 -Original Message-
 From: Scott Mulholland [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 4:04 PM
 To: CF-Talk
 Subject: RE: SOT: Ending tasks with CF


 Jesse,
 I looked at that option but don't you need to know the PID of what you
 are killing.  In my case I need to kill all instances of a certain
 appi.e. notepad.exe


 Scott

 -Original Message-
 From: Jesse Houwing [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 3:28 PM
 To: CF-Talk
 Subject: Re: SOT: Ending tasks with CF


 Scott Mulholland wrote:

 Is there anyway to end a process or task running on a Win2k machine
 with CF?  Possibly a call to something with cfexecute?
 
 
 
 use kill.exe from the Windows 2000 Resource Kit.

 Jesse


 
MT 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: SOT: Ending tasks with CF

2002-12-05 Thread Scott Mulholland
Thanks everyone for their help.  I found kill.exe on the Win2k cd.

Scott

-Original Message-
From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 05, 2002 4:14 PM
To: CF-Talk
Subject: RE: SOT: Ending tasks with CF


Oops, didn't see these before sending my own response.

I don't have the Win2k Resource Kit, but there are freeware Win32 ps and
kill utilities available.  As I offered in my last email, feel free to
contact me and I'll send it/them to you.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Scott Mulholland [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 4:04 PM
 To: CF-Talk
 Subject: RE: SOT: Ending tasks with CF


 Jesse,
 I looked at that option but don't you need to know the PID of what you

 are killing.  In my case I need to kill all instances of a certain 
 appi.e. notepad.exe


 Scott

 -Original Message-
 From: Jesse Houwing [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 05, 2002 3:28 PM
 To: CF-Talk
 Subject: Re: SOT: Ending tasks with CF


 Scott Mulholland wrote:

 Is there anyway to end a process or task running on a Win2k machine 
 with CF?  Possibly a call to something with cfexecute?
 
 
 
 use kill.exe from the Windows 2000 Resource Kit.

 Jesse


 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.