Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28506 ディスカッション

intel fortan command-line window

solisgb2
ビギナー
497件の閲覧回数
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 件の賞賛
1 解決策
TimP
名誉コントリビューター III
497件の閲覧回数
The command prompt shortcut which the compiler installs on Start menu automatically runs compilervars. Right click on it to see the command.

元の投稿で解決策を見る

5 返答(返信)
IanH
名誉コントリビューター II
497件の閲覧回数
In that command window (View > Other Windows > Command Window) type:

Tools.Shell cmd.exe

But... why?
solisgb2
ビギナー
497件の閲覧回数
I'd like to use the compiler & linker from the command line

Luis
TimP
名誉コントリビューター III
497件の閲覧回数
So use the shortcut which the installer puts on the Windows Start menu.
solisgb2
ビギナー
497件の閲覧回数
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?
TimP
名誉コントリビューター III
498件の閲覧回数
The command prompt shortcut which the compiler installs on Start menu automatically runs compilervars. Right click on it to see the command.
返信