rk_19
Structural
- Aug 7, 2012
- 71
hi, i wish to know if fortran can help in windows automation.
the job expected is: fortran code (in exe) should invoke a third party software on windows10(call the 3rd party software as ABC). the input file for ABC is a text file, upon the completion of run, the fortran exe should read through the output file (text) of ABC, search for a particular value, exe does some calculations( sort of criteria check). based on it, the input file of ABC is edited again and ABC is run by the fortran exe code - upon completion, again criteria check is done. if condition is met, the program stops, else, the input file is edited and rerun - process continues till the criteria is met.. all this happens automatically after the first run is initiated. my colleagues use perl for such work, is there a way to avoid a new programming language
thanks
the job expected is: fortran code (in exe) should invoke a third party software on windows10(call the 3rd party software as ABC). the input file for ABC is a text file, upon the completion of run, the fortran exe should read through the output file (text) of ABC, search for a particular value, exe does some calculations( sort of criteria check). based on it, the input file of ABC is edited again and ABC is run by the fortran exe code - upon completion, again criteria check is done. if condition is met, the program stops, else, the input file is edited and rerun - process continues till the criteria is met.. all this happens automatically after the first run is initiated. my colleagues use perl for such work, is there a way to avoid a new programming language
thanks