CATEGORIES TOP DOWNLOADS NEW DOWNLOADS Popular Topics Trending Downloads

EndProcess 1.02

Software ID: 111998
Dialup(56k)  -   04 s
ISDN(128k)  -   02 s
DSL(512k)  -   01 s
Cable(1024k)  -   01 s
T1(1484k)  -   01 s
EndProcess 1.02 Description

EndProcess is a command line utility that can be used to terminate running processes. Best of all EndProcess attempts to close processes gracefully before terminating them forcibly. EndProcess can kill multiple instances of the same process. This program is very useful when used by task schedulers, such as Solways Task Scheduler (freeware). Usage: EndProcess [/T timeout] process Command line parameters: /T Try to close the process before killing it. The timeout parameter controls how long you want to wait for the process to exit before forcibly terminating it. Specify timeout value in seconds. If /T switch is not specified the default timeout 1 second is used. process Name of the process to terminate. Enter name as it appears in the Image Name column on the Windows Task Managers Processes tab page. For example to terminate all instances of Notepad run: EndProcess notepad.exe or, to wait 6 seconds between trying to close the program and forcibly terminating it: EndProcess /t 6 notepad.exe