home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MLNK10CS.ZIP / GO.BAT < prev    next >
DOS Batch File  |  1990-03-08  |  359b  |  16 lines

  1. @Echo off
  2. C:
  3. CD \REPLYLNK
  4. Set TMP=D:\CTMP\
  5. Set DEBUG=.DOS
  6. if %1x==debugx Set DEBUG=.DBG
  7. if %1x==debugx Shift
  8. if %1x==dosx Set DEBUG=.DOS
  9. if %1x==dosx Shift
  10. if %1x==DOSx Set DEBUG=.DOS
  11. if %1x==DOSx Shift
  12. if %1x==allx if exist *.obj del *.obj >nul:
  13. if %1x==allx if exist *.obj del *.obj >nul:
  14. if %1x==allx Shift
  15. make %1 %2 %3 /f makefile%DEBUG%
  16.