winmastergames Posted December 20, 2007 Share Posted December 20, 2007 Hi Well a long time ago I found a script to Run Applications on Windows but im now interested in Stoping/killing applications using PHP does anyone know anything about maybe doing this? Link to comment https://forums.phpfreaks.com/topic/82466-solved-killing-applications-using-php/ Share on other sites More sharing options...
winmastergames Posted December 20, 2007 Author Share Posted December 20, 2007 Does anyone know how to do this Heres the script to Run applications <? $WshShell = new COM("WScript.Shell"); $oExec = $WshShell->Run(app_full_name], 7, false); ?> What do I just change Run to kill or something please help Link to comment https://forums.phpfreaks.com/topic/82466-solved-killing-applications-using-php/#findComment-419249 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.