home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fbmp.zip / IBMC.CMD < prev    next >
OS/2 REXX Batch file  |  1992-11-20  |  50b  |  3 lines

  1. icc /C+ /O+ /Sp4 %1.c
  2. if exist %1.obj linkup %1
  3.