gui_m Posted March 4, 2005 Posted March 4, 2005 I looked a bit in the internet but couldn't find out how to make a program close through a batch file. simple question i know.... thanks
MCT Posted March 4, 2005 Posted March 4, 2005 taskkill /IM /f processname.exe (comes with windows)or u can download pskill from sysinternals
prathapml Posted March 4, 2005 Posted March 4, 2005 note: taskkill.exe is only present in XP Pro and Svr2k3.If you have XP home or win2k, you need pskill.If you use win9x series, then you need the resource kit (to do something like taskkill).
oftentired Posted March 4, 2005 Posted March 4, 2005 PV.EXE that is installed with PrcView is a command line task killer that works nicely in batch files. The file PV.TXT gives all the details on usage.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now