Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Createprocess

cacciatore
Beginner
786 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
786 Views
This is an example from one of my VF Newsletter columns that does what you want.

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

Thanks very much

Geraldo
0 Kudos
Reply