$cs.Sys_KillProcess

Syntax

$cs.Sys_KillProcess(string processname)

 

Parameters

processname

kills all process containing processname

 

Example

$cs.sys_killprocess("Firefox.exe")

returns nothing

Â