home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / voice / ringbck2 / bbsdown.bat < prev    next >
Encoding:
DOS Batch File  |  1990-09-28  |  372 b   |  16 lines

  1. echo off
  2. cls
  3.  
  4. rem This batch file illustrates how Ringback.Exe may be used as an
  5. rem emergency "back-up" host system if your BBS malfunctions.
  6. rem The file "Banner.Dwn" is a sample of a message you may want to send
  7. rem in such an event.  ("Banner.Dwn" would be renamed "Banner.Bbs").
  8.  
  9. :reload
  10. RINGBACK DIRECT
  11. if errorlevel=255 goto end
  12. goto reload
  13.  
  14. :end
  15.  
  16.