home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / itc_300.exe / ITC300.ZIP / BBS.BAT next >
Encoding:
DOS Batch File  |  1997-06-22  |  139 b   |  12 lines

  1. @ECHO OFF
  2. REM -- Example of a standalone startfile for node: 1
  3.  
  4. :START
  5.  
  6. INSTINCT.EXE
  7. IF ERRORLEVEL 1 GOTO END
  8.  
  9. GOTO START
  10.  
  11. :END
  12.