#include #include #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 615, 437, 192, 124) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### $InstallDate = "20201123104757.000000-180" $TotalMemory = "8201288" While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit MsgBox(0,0,$InstallDate,0) MsgBox(0,0,$TotalMemorye,0) EndSwitch WEnd