Displaying 1 result from an estimated 1 matches for "fortranvar".
Did you mean:
fortranvars
2011 Aug 23
1
Setting Windows environment variables via a batch file
...I have encountered a problem with Windows environment variables that I don't understand. My R code is designed to execute another program that uses Intel Fortran. Intel Fortran apparently has some complicated issues regarding environment variables. As a result, Intel provides a batch file (FortranVars.bat) that sets all the environment variables. If I am working at a Command Prompt (i.e., at the command line, not in R), the following happens:
1. When I open the Command Prompt, I type "set %path%" and I get some output
2. I then execute the batch file - the batch batch file retur...