News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

masm32 in different folder

Started by TWell, February 08, 2014, 11:31:01 AM

Previous topic - Next topic

TWell

When masm32 is in different folder this batchfile may help ;)
@REM masm32env.cmd
@TITLE masm32env
@SUBST M: /D
@SUBST M: %~dp0\..
@PATH=M:\masm32\bin;%SystemRoot%\system32
@SET LIB=M:\masm32\lib
@CMD /k M: