[rkward-devel] On windows binary

Prasenjit Kapat kapatp at gmail.com
Sun May 16 02:49:51 UTC 2010


On Sat, May 15, 2010 at 8:53 PM, Prasenjit Kapat <kapatp at gmail.com> wrote:
>
> @ECHO off
> taskkill /F /IM kio_http_cache*
> taskkill /F /IM klauncher.exe
> taskkill /F /IM dbus-daemon.exe
> taskkill /F /IM kded4.exe

It turns out, 'taskkill' is not available on XP Home, hence the following:

@ECHO off
tskill kio_http_cache*
tskill klauncher
tskill dbus-daemon
tskill kded4

Regards,
-- 
Prasenjit




More information about the Rkward-devel mailing list