Page 1 of 1

execute file with minimize and wait properties

Posted: Thu May 17, 2018 10:53 am
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.

Re: execute file with minimize and wait properties

Posted: Thu May 17, 2018 11:49 am
by mlnr
I found the solution: WAITRUN("test.exe",2)

Re: execute file with minimize and wait properties

Posted: Thu May 17, 2018 11:50 am
by edk
I was just about to write it to you. :)

Re: execute file with minimize and wait properties

Posted: Thu May 17, 2018 12:05 pm
by mlnr
:)
Thanks anyway Edward