close application

P

point

I want to close an application at a 20 o'clock
with a batch file, every day.
It's possible?

My application is count.exe.
Thanks
 
T

Torgeir Bakken \(MVP\)

point said:
I want to close an application at a 20 o'clock
with a batch file, every day.
It's possible?

My application is count.exe.
Hi

Some command line based tool alternatives you could put into
e.g. a scheduled task:

A)
For Win2k, the microsoft command line tool kill.exe.

Kill.exe is in the Win2k Support Tools found on the Win2k CD,
\Support\Tools\Suptools.msi, or for the latest version of
Support Tools (should work on non-SP4 computers as well):
http://www.microsoft.com/windows2000/downloads/servicepacks/sp4/supporttools.asp

B)
If you have WinXP Pro or Win2k3 Server, the builtin taskkill.exe
is an option. In a command prompt, run taskkill.exe /? for help.


C)
Some freeware command line tools:

PsKill.exe in the free PsTools suite at
http://www.sysinternals.com/

Cmdow.exe
http://www.commandline.co.uk/cmdow/index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top