Help
-
Search
-
Members
-
Calendar
Full Version:
Batch File To Close A Program?
MSFN Forums
>
Microsoft Software Products - Discussion & Support
>
Windows XP
Internet
Forums
Unattended CD/DVD Guide
gui_m
Mar 4 2005, 01:11 AM
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
Mar 4 2005, 01:59 AM
taskkill /IM /f processname.exe (comes with windows)
or u can download pskill from sysinternals
prathapml
Mar 4 2005, 02:13 AM
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
Mar 4 2005, 10:02 AM
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.
gui_m
Mar 4 2005, 10:46 AM
thx, prcview is exactly what i needed
Internet
Forums
Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.