I run several different Fortran compilers on the same machine. Depending on which project I am working on, I need to initialize several environment variables before calling a pre-compiler. To do this on a command prompt I use the /k switch and then pass in the path to the batch file (for Intel Fortran 7.0 it is ifcvars.bat). Then I launch my pre-compiler from the command line.
So here is what I need to do:
- launch a command prompt
- call ifcvars.bat
- call fscan "%f"
Is it possible to do this from Uedit?
So here is what I need to do:
- launch a command prompt
- call ifcvars.bat
- call fscan "%f"
Is it possible to do this from Uedit?