Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

fortran (system commands)

Status
Not open for further replies.

rk_19

Structural
Aug 7, 2012
71
hi, i wish to know if fortran has commands like 'winwait' , 'winwait active' (i found these commands in Autoit) which can be used to run/automate windows applications. i am looking for developing a code which can run a third party program based on some 'IF conditions'.
 
Replies continue below

Recommended for you

well there are 'addons' to fortran which can do thinks like that
same as addons for graphic and so on

I use Winteracter
 
It is probably easiest if you do it as a batch file
Code:
xxx.exe
echo. >done.txt
In your code, delete done.txt then poll for the presence of done.txt in 1s intervals.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor