Main Topics
Browse All TopicsHello,
We've got a program that converts PowerPoint presentations to HTML running on our server (win 2003). Everything works fine, except every once in a while the PowerPnt.exe executeable hangs on us, eventhough the processing of the file was completed. Programmatically, I can tell when this happens (using ColdFusion MX); however, I need to know how to kill an executable (not service) through a command line interface such as DOS. Is this possible?
Thanks,
-Dain
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here are the parameters:
http://www.microsoft.com/r
TskillEnds a process.
Syntax
tskill {ProcessID | ProcessName} [/server:ServerName] [{/id:SessionID | /a}] [/v]
Parameters
ProcessID
The ID of the process you want to end.
ProcessName
The name of the process you want to end. You can use wildcards to specify this parameter.
/server:ServerName
Specifies the terminal server containing the process you want to end. Otherwise, the current terminal server is used.
/id:SessionID
Ends the process running in the specified session.
/a
Ends the process running in all sessions.
/v
Displays information about the actions being performed.
/?
Displays help at the command prompt.
Remarks
You can use tskill to end only those processes belonging to you, unless you are an administrator. Administrators have full access to all tskill functions and can end processes running in other user sessions.
When all processes running in a session end, the session also ends.
Examples
To end process 6543, type:
tskill 6543
To end process "explorer" running on session 5, type:
tskill explorer /id:5
Business Accounts
Answer for Membership
by: cfairleyPosted on 2004-12-13 at 07:07:51ID: 12809708
Do you have the 2000 or 2003 resource kit tools?
If so you can use taskkill, I'll get the link if you dont have it.