home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs_src.exe / SBBS / NODE / MAKE.BAT next >
Encoding:
DOS Batch File  |  1997-04-13  |  113 b   |  5 lines

  1. @echo off
  2. bcc -w-pro -I.. -C -mt -nDOS node.c
  3. if errorlevel 1 goto end
  4. exe2bin dos\node.exe dos\node.com
  5. :end