home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / hamradio / nosvw137.arj / NOSFILES.ZIP / REMOTE.BAT < prev    next >
DOS Batch File  |  1991-09-18  |  333b  |  13 lines

  1. REM ==========                                      NOSview [137]
  2. REM REMOTE.BAT
  3. REM ==========
  4.  
  5. REM    This DOS batch file puts NOS in an endless loop, and is
  6. REM    intended for use in a remote location.
  7. REM    Thus if NOS is exited for any reason, it is automatically
  8. REM    restarted.
  9.  
  10. :loop
  11.    STARTNOS
  12.    GOTO loop
  13.