home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / pcw_c / asm.bat next >
Encoding:
DOS Batch File  |  1991-05-14  |  37 b   |  2 lines

  1. for %%f in (*.asm) do masm /mx %%f;
  2.