home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs_src.exe / SBBS / DELFILES / MAKEALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-04-13  |  239 b   |  12 lines

  1. @echo off
  2. wmake OS=DOS %1 %2 %3 %4 %5
  3. if errorlevel 1 goto end
  4. wmake OS=DOSX %1 %2 %3 %4 %5
  5. if errorlevel 1 goto end
  6. wmake OS=OS2 %1 %2 %3 %4 %5
  7. if errorlevel 1 goto end
  8. wmake OS=NT %1 %2 %3 %4 %5
  9. if errorlevel 1 goto end
  10. :end
  11.  
  12.