- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your help.
Have you some examples of use of createprocess?
bye
Vince
Have you some examples of use of createprocess?
bye
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try doing a forum search for any past threads. A very simple example is here.
James
James
Message Edited by intel.software.network.support on 12-09-2005 10:03 AM

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page