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

launch another windows application

hsimingpan
Beginner
190 Views
I want to launch another Windows application (xxx.exe) from my Fortran program. Could anyone tell me how can I do that? Thanks.
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
190 Views
By the order of complexity:

SYSTEM
SYSTEMQQ
RUNQQ
CreateProcess
ShellExecute
ShellExecuteEx

Jugoslav
0 Kudos
Reply