Re: running a second *.exe while one *.exe is running using Lahey fortran
- From: Herman D. Knoble <SkipKnobleLESS@xxxxxxxxxxxxxxx>
- Date: Thu, 14 Sep 2006 13:20:45 -0400
Use the Windows START command. For example:
call system("start prog1.exe")
call system ("start prog2.exe")
...
Skip Knoble
On 14 Sep 2006 09:09:10 -0700, Sharad_Regmi@xxxxxxxxxxx wrote:
-|I am using using Window 2000 operating system and running *.exe using
-|SYSTEM ( ) subroutine using Lahey fortran. While *.exe is running
-|(takes about 2-3 hours to complete runs), I also want other operations
-|using fortran program like running another exe or editing some test
-|files. How do I write fortran program for this situation?
-|
-|------------------------------------------------------------------
-|program
-|
-| call system (*.exe)
-|c this runs *.exe my *.exe takes 2-3 hours to run, how do I run
-|another *2.exe or perform
-|c other operations (like re-writing an text file, or deleating a
-|text file while *.exe is running?
-|
-|end program
-|
-|-----------------------------------------------------------------------------
.
- References:
- running a second *.exe while one *.exe is running using Lahey fortran
- From: Sharad_Regmi
- running a second *.exe while one *.exe is running using Lahey fortran
- Prev by Date: Re: floating-point DO loops
- Next by Date: Re: Integration and derivation
- Previous by thread: running a second *.exe while one *.exe is running using Lahey fortran
- Next by thread: Re: running a second *.exe while one *.exe is running using Lahey fortran
- Index(es):
Relevant Pages
|