PDA

View Full Version : Re: Batch command to terminate a running process?


May 6th 05, 06:12 AM
Thanks William, I tried this one first since the software was already
resident. Works great!

Thanks also to everyone who replied.

On Wed, 4 May 2005 22:26:11 -0700, "WTC" >
wrote:

> wrote in message
...
>> Is there a batch command to terminate a running process?
>>
>
>
>Open your command prompt and type
>
>taskkill /?
>
>for information on "taskkill"

WTC
May 6th 05, 07:11 AM
> wrote in message
...
>
> On Wed, 4 May 2005 22:26:11 -0700, "WTC"
> >
> wrote:
>
> wrote in message
...
>>>
>>> Is there a batch command to terminate a running process?
>>>
>>
>>Open your command prompt and type
>>
>>taskkill /?
>>
>>for information on "taskkill"
>

> Thanks William, I tried this one first since the software was already
> resident. Works great!
>
> Thanks also to everyone who replied.
>

You're welcome.

--
William

Larry Dighera
May 7th 05, 05:34 AM
On Thu, 5 May 2005 15:21:29 +1000, "Pegasus \(MVP\)" >
wrote in >::

>
> wrote in message
...
>> Is there a batch command to terminate a running process?
>>
>> Thanks.
>
>kill.exe (Windows Resource Kit) or pskill.exe (www.sysinternals.com).
>

Have you got a link to download Windows Resource Kit?

Pegasus \(MVP\)
May 7th 05, 06:19 AM
"Larry Dighera" > wrote in message
...
> On Thu, 5 May 2005 15:21:29 +1000, "Pegasus \(MVP\)" >
> wrote in >::
>
> >
> > wrote in message
> ...
> >> Is there a batch command to terminate a running process?
> >>
> >> Thanks.
> >
> >kill.exe (Windows Resource Kit) or pskill.exe (www.sysinternals.com).
> >
>
> Have you got a link to download Windows Resource Kit?
>

I bought mine. I believe you can download parts of the WRK
for free. The link ftp://ftp.microsoft.com/reskit/win2000/ used
to work but it fails right now. Maybe someone else has a
better link.

Torgeir Bakken \(MVP\)
May 7th 05, 06:43 PM
Pegasus (MVP) wrote:

> "Larry Dighera" > wrote:
>> "Pegasus \(MVP\)" > wrote:
>>
>> Have you got a link to download Windows Resource Kit?
>
> I bought mine. I believe you can download parts of the WRK
> for free. The link ftp://ftp.microsoft.com/reskit/win2000/ used
> to work but it fails right now. Maybe someone else has a
> better link.
Hi,

Microsoft have discontinued it's ftp service.

Some of the Win2k reskit utilities are available here (but kill.exe
is not there):
http://www.microsoft.com/windows2000/techinfo/reskit/tools/default.asp


Then you have the Windows Server 2003 Resource Kit Tools (but
no kill.exe there either):
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en

(The kit will install on WinXP or later)


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx

Google