Has anyone noticed an issue with the intel 14.1 command prompt (either 32 or 64 bit) and having the COMMONPROGRAMFILES environment variable changed from the windows default (C:\Program Files\Common Files) to C:\Program Files (x86)\Common Files? If a try to run some other software that uses the default environment variable from the intel prompt it does not function and I must switch to another prompt that does not support the fortran. So on my system I have the following set by default
>echo %COMMONPROGRAMFILES%
C:\Program Files\Common Files
>echo %COMMONPROGRAMFILES(X86)%
C:\Program Files (x86)\Common Files
But, while on the intel prompt it changes it to
>echo %COMMONPROGRAMFILES%
C:\Program Files (x86)\Common Files
>echo %COMMONPROGRAMFILES(X86)%
C:\Program Files (x86)\Common Files
Is this correct or is there something wrong with my install? Is there a work around? Any help would be appreciated. I would like to return to the times when I had a single command prompt with the environment always set for both intel fortran and all my other codes