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

runqq

cecio
Novice
716 Views
hi
porting my applications from unix to win (compaq visual fortran 6.6) i use
RUNQQ
function to execute some programs when i need to leave "alive" the originary
program.
I also need a function that call another program killing originary caller
program.
Do you know how can i do?

thanks

Vince


0 Kudos
3 Replies
james1
Beginner
717 Views
To do as you indicate you can use the DFPORT KILL function. Another method would be to use the Win32 CreateProcess call rather than RUNQQ and allow the originator to terminate by itself.

James
0 Kudos
cecio
Novice
716 Views
Thanks for your help.
Have you some examples of use of createprocess?
bye
Vince
0 Kudos
james1
Beginner
716 Views
Try doing a forum search for any past threads. A very simple example is here.

James

Message Edited by intel.software.network.support on 12-09-2005 10:03 AM

0 Kudos
Reply