#include If ProcessExists("microweb.exe") Then ; Check if the Notepad process is running. ProcessClose("microweb.exe") Local $iPID = Run("microweb.exe FIX_GPLX/index.php", "", @SW_SHOWMAXIMIZED) Else Local $iPID = Run("microweb.exe FIX_GPLX/index.php", "", @SW_SHOWMAXIMIZED) EndIf