Article ID: 110305
Article Last Modified on 4/29/2005
SET CL=-Zp1The following environment variables may affect development tools:
CL : C/C++ compilers ML : MASM FL32, FL : FORTRAN compilers LINK : LinkEnvironment variables set in AUTOEXEC.BAT can only be seen in a console session. To see the current environment variable settings, run a console session and enter the following command at a prompt:
set
DOSVARSThis will execute the batch file to set the variables and not return to the AUTOEXEC.BAT processing. You can also use the following
CALL DOSVARSat any point in the AUTOEXEC.BAT file so that processing of AUTOEXEC.BAT continues after the settings are made. Because Windows NT does not process nested batch files when reading AUTOEXEC.BAT, the variables will be set for DOS but not for Windows NT.
Additional query words: MASM FORTRAN
Keywords: kbhowto KB110305