home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sound / midi / make-mb.bat < prev    next >
DOS Batch File  |  1988-03-20  |  377b  |  15 lines

  1. echo off
  2. rem
  3. rem ** This program assembles without errors on Microsoft Assembler 4.0
  4. rem ** Version 5.0 gives warning errors, and probably will not work without
  5. rem ** a few fixes, I have not looked into it...
  6. rem
  7. for %%x in ( mb mba mbb mbm mbv ) do if not errorlevel 1 masm %%x /Z;
  8. link mb+mba+mbb+mbm+mbv/e,mb.bin;
  9. debug mb.bin<page0.deb
  10. ren mb.bin mb.exe
  11.  
  12.  
  13.  
  14.  
  15.