Page 1 of 1

launch an ".EXE (command line program)" silent.

Posted: Tue Jan 09, 2024 6:40 am
by Googie85
Hiii Guys!!

I am trying to launch a command-line program without the "flash" of the CMD window. Any ideas? I have tried to use PowerShell (PowerShell.exe -WindowStyle hidden) with no luck.

Any replies are greatly received!!!

Googie.

Edit: The command-line program does not have any switches, /S etc...

Re: launch an ".EXE (command line program)" silent.

Posted: Tue Jan 09, 2024 8:25 am
by FourthWorld
Does it help if you set the showConsoleWindows global property to false on startup?

Re: launch an ".EXE (command line program)" silent.

Posted: Tue Jan 09, 2024 4:16 pm
by Lance
I have had very good luck using "launch document tFileName" running on Windows 10. I use this line after the launch document command to show me errors. "if the result is not empty then answer the result"