| Define
("EXE" as Executable) Define ("End" as End.Event) End.Event EXE = "AIM.exe" Executable.Property(Read) IF(Executable_Found?Y) Render.Function?Close(Executable) MBOX.Normal = "AIM.exe = Has been closed." End IF IF(Executable_Found?N) MBOX.Normal = "AIM.exe is not running." End IF Stop Button1.Event EXE.End Stop |



