home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MFKASM.ZIP / MLP-L386.CMD < prev    next >
OS/2 REXX Batch file  |  1992-05-26  |  149b  |  8 lines

  1. ml /c d:\os2_asm\%1.asm
  2. IF errorlevel 1  goto errexit
  3. link386 /PM:PM /ALIGN:16 /E %1.obj ;
  4. del *.obj
  5. quit
  6. :errexit
  7. Echo Compile Error NO Link
  8.