home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
musicbox
/
make-mb.bat
< prev
next >
Wrap
DOS Batch File
|
1988-03-20
|
377b
|
15 lines
echo off
rem
rem ** This program assembles without errors on Microsoft Assembler 4.0
rem ** Version 5.0 gives warning errors, and probably will not work without
rem ** a few fixes, I have not looked into it...
rem
for %%x in ( mb mba mbb mbm mbv ) do if not errorlevel 1 masm %%x /Z;
link mb+mba+mbb+mbm+mbv/e,mb.bin;
debug mb.bin<page0.deb
ren mb.bin mb.exe