- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I open cmd I get the message:
Setting environment for using Microsoft Visual Studio 2005 x86 tools
The system cannot find the path specified
What should I do? I have downloaded the tools. Any help would be appreciated.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have the same problem. I have installed the VS2005 Express edition and the version of the intel compiler is the 10.0.025. Here is the contentofmy ifortvars.bat file
@echo off
Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications
echo.
echo Intel Fortran Compiler for applications running on IA-32, Version 10.0.025
echo Copyright (C) 1985-2007 Intel Corporation. All rights reserved.
echo.
@call "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat"
@call "C:Program FilesMicrosoft Platform SDKSetEnv"
title Intel Fortran Compiler for applications running on IA-32, Version 10.0.025 build environment
echo.
SET IFORT_COMPILER10=C:Program FilesIntelCompilerFortran10.0.025
SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files
SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses
SET PATH=%IFORT_COMPILER10%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%
SET LIB=%IFORT_COMPILER10%Ia32Lib;%LIB%
SET INCLUDE=%IFORT_COMPILER10%Ia32Include;%INCLUDE%
if exist "%FNL_DIR%IA32infnlsetup.bat" call "%FNL_DIR%IA32infnlsetup.bat"
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, the Vcvars32.bat exists. here it is the file:
"%VS80COMNTOOLS%vsvars32.bat"
Output:
Intel Fortran Compiler for applications running on IA-32, Version 10.0.025
Copyright (C) 1985-2007 Intel Corporation. All rights reserved.
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
The system cannot find the path specified.
C:Windowssystem32>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page