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

runqq

cecio
초보자
715 조회수
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 포인트
3 응답
james1
초급자
716 조회수
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 포인트
cecio
초보자
715 조회수
Thanks for your help.
Have you some examples of use of createprocess?
bye
Vince
0 포인트
james1
초급자
715 조회수
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 포인트
응답