EXEC Function Appnote Available with FORTRAN 5.x (75223)
The information in this article applies to:
- Microsoft FORTRAN Compiler for MS-DOS 5.1
- Microsoft FORTRAN Compiler for MS-DOS 5.0
This article was previously published under Q75223 SUMMARY
The application note titled "EXEC Function for FORTRAN" contains a
function similar to the SPAWNLP function. The SPAWNLP function,
included in the Microsoft FORTRAN 5.0 and 5.1 packages, suspends
program execution and spawns a child process while leaving the parent
process in memory. When this child process terminates, control returns
to the parent process. On the other hand, the EXEC function terminates
the parent process, taking the parent process out of memory, and then
spawns the child process. Upon termination of the child process, the
program is completed.
This application note "EXEC Function for FORTRAN" can be obtained by
calling Microsoft Product Support Services.
This application note is also available in the Microsoft Software Library.
Modification Type: | Minor | Last Reviewed: | 8/4/2004 |
---|
Keywords: | kbdownload kbdownload kbfile kbinfo KB75223 kbAudDeveloper |
---|
|