launch and close external app

I’m launching a second Desktop App together with my App. I’m doing this with

dim f as FolderItem=GetFolderItem("Com_Check\\Com_Check.exe") if f<>nil then f.launch end if

Now i want to close this Application when closing the first one. Is there a way to do this?

Windows ?

[quote=328864:@Tim Wolff]Com_Check.exe[/quote] :slight_smile:

Hello Joost, yes, right, these two are Windows-Desktop Apps…