execute file with minimize and wait properties

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
mlnr
Posts: 126
Joined: Fri Aug 28, 2015 1:52 pm
DBs Used: DBF

execute file with minimize and wait properties

Post by mlnr »

Hello,

I would like to start an external program. Minimize when run the program and wait until it's close automatically.
I didn't find perfect solutions.

Any help would be appreciated.
Best regards,
Gabor
mlnr
Posts: 126
Joined: Fri Aug 28, 2015 1:52 pm
DBs Used: DBF

Re: execute file with minimize and wait properties

Post by mlnr »

I found the solution: WAITRUN("test.exe",2)
Best regards,
Gabor
edk
Posts: 909
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: execute file with minimize and wait properties

Post by edk »

I was just about to write it to you. :)
mlnr
Posts: 126
Joined: Fri Aug 28, 2015 1:52 pm
DBs Used: DBF

Re: execute file with minimize and wait properties

Post by mlnr »

:)
Thanks anyway Edward
Best regards,
Gabor
Post Reply