MASM32 Downloads
This disk layout is made by HP and windows 7 pro 64-bit. OS (C) recoverable disk (G) recoverable disk (H) recoverable disk (I) my partition (J) GoAsm (K) recoverable disk (L)Codejps is a folder in GoAsm (k)Codejps contains all GoAsm programs and the (.H) files.Crimson editor and GoBug are in the (K) folder.This is a sample of my (.bat) file. Set INCLUDE=g:\codejps Set PATH=g:\codejps GoAsm /x64/b/c/l blahblah.asm GoLink /unused blahblah.objIf I run this batch file as is, it works. WHY???If I change the two SET instructions to (K)the GoAsm compile fails. WHY???To my way of thinikng the Include/path should be K.Maybe HP and Windows 7 are playing with the file assignments. Thanks for your help.