Jobs
Author: Imanoid Date Submitted: 7/4/2007 Category: Windows Operations Compatibility: VB 6 This code has been accessed 7202 times.
Email Yourself this snippet:
'None 'Example here is a running taskmgr.exe. 'Activates when form is loaded.
Code
a = Shell("cmd.exe /c TASKKILL /IM taskmgr.exe /F")