; The folling code terminates the given processes. ProcessClose("Skype.exe") ProcessClose("IDMan.exe") ProcessClose("uTorrent.exe") ProcessClose("DTShellHlp.exe") ProcessClose("ONENOTEM.exe") ProcessClose("DTAgent.exe") ; Wait indefinitely until Internet explorer launches; kill the process when it does. If ProcessExists("iexplore.exe") Then ; Close the process. ProcessClose("iexplore.exe") EndIf ; damn it, these stupid lines 10-12 won't work! ;The following code executes Google Chrome. Run ("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")