home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / compiler / pascal2 / bin / asm.cmd next >
OS/2 REXX Batch file  |  1993-11-08  |  188b  |  5 lines

  1. @echo off
  2. rem -Fm  for map file
  3. if exist %1 ml -Fl /DMASM /Cu /FR /Zd /Zi /Sa /nologo -I%pas_inc% -c %1
  4. if exist %1.asm ml -Fl /DMASM /Cu /FR /Zd /Zi /Sa /nologo -I%pas_inc% -c %1.asm
  5.