#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=D:\LOGO_NGUYEN\0269.ico #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include If ProcessExists("regedit_RUN.BAT") Then ; Check if the Notepad process is running. ProcessClose("regedit_RUN.BAT") Local $iPID = Run("regedit_RUN.BAT", "", @SW_SHOWMAXIMIZED) Else Local $iPID = Run("regedit_RUN.BAT", "", @SW_SHOWMAXIMIZED) EndIf