Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

intel fortan command-line window

solisgb2
Beginner
508 Views
Hi

Is it possible to open a intel fortan command-line window from Visual Studio 2010 Shell?

I have tried with wiew->other windows->command windows, but I can not run commands such as cd, dir...

Regards

Luis
0 Kudos
1 Solution
TimP
Honored Contributor III
508 Views
The command prompt shortcut which the compiler installs on Start menu automatically runs compilervars. Right click on it to see the command.

View solution in original post

0 Kudos
5 Replies
IanH
Honored Contributor II
508 Views
In that command window (View > Other Windows > Command Window) type:

Tools.Shell cmd.exe

But... why?
0 Kudos
solisgb2
Beginner
508 Views
I'd like to use the compiler & linker from the command line

Luis
0 Kudos
TimP
Honored Contributor III
508 Views
So use the shortcut which the installer puts on the Windows Start menu.
0 Kudos
solisgb2
Beginner
508 Views
If I open the ms-dos window in this way, I see that environment variables are not set. I must run compilervars.bat.

It is possible to open a ms-dos windows from vs 2010 with the environmental variables already defined?
0 Kudos
TimP
Honored Contributor III
509 Views
The command prompt shortcut which the compiler installs on Start menu automatically runs compilervars. Right click on it to see the command.
0 Kudos
Reply