point wrote:
> 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...pporttools.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
--
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/scr...r/default.mspx