The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: fred410 on April 28, 2011, 03:10:37 AM

Title: masm32 version 10 build.bat bug??
Post by: fred410 on April 28, 2011, 03:10:37 AM
is it just me or does the "Assemble & Link" in the new version 10 masm32 package always throw a "File not found" error?

i found at line 16 in "build.bat" had
    dir "1.*

and thats the error.

it should be:
    dir %1.*
Title: Re: masm32 version 10 build.bat bug??
Post by: hutch-- on April 28, 2011, 04:16:11 AM
 :bg

Good find Fred, it looks like a typo as the correct line is there on line 22.

Gratsie.