Next I want to run this program with some parameters. I use function ExecWait:File myutil.exe
My problem is that if I use this function, DOS windows is opened. All works fine but this isn't much user friendly. Is there any option how to run external file with no DOS window?ExecWait "myutil.exe /some /parameters" $0
Thanks for your help