Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

Supress console window when using system

ingo_berg
Beginner
421 Views
Hi all,

I'd like to use the system command in order to start a third party binary executable on Windows XP. Is there a way to supress the opening, or hide the shell window since it has no use for my purpose. It is somewhat ugly to have an empty useless shell window open when all I want to do is to start another application.

Regards,
Ingo
0 Kudos
2 Replies
anthonyrichards
New Contributor III
421 Views
Use ShellExecute instead.
0 Kudos
Intel_C_Intel
Employee
421 Views
Or use the 'start' command to launch you third party app.
0 Kudos
Reply