26.05.2010 - 19:52
Unclear on for/do statement
I would like to assemble all the .asm files in a directory at one
time.
Thanks.
for %%d in *.asm do
::tcom.bat
tasm /zn %1.asm
tlink /x /t %1.obj
del %1.obj
if exist %1.map del %1.map
26.05.2010 - 20:08
On May 26, 1:520pm, Andy <chocolatemint77...@yahoo.com> wrote:
