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

Createprocess

cacciatore
Beginner
756 Views
Hi

I am using CreateProcess for opening a file with a text editor.
As I have no experience in Windows programing the sintax and parameters I am using are based in an answer posted by James (elementyl).
I need help in setting some parameter so that CreateProcess behaves like RUNQQ (executes another program and waits for it to complete).
The help on createProcess didn't give me any clue.

Thanks for any help
Geraldo

0 Kudos
2 Replies
Steven_L_Intel1
Employee
756 Views
This is an example from one of my VF Newsletter columns that does what you want.

Steve
0 Kudos
cacciatore
Beginner
756 Views
WaitForSingleObject was what was missing after CreateProcess.

Thanks very much

Geraldo
0 Kudos
Reply