home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / pcw_c.zip / ASM.BAT next >
DOS Batch File  |  1991-05-14  |  37b  |  2 lines

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