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? Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.