home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- rem This batch file illustrates how Ringback.Exe may be used as an
- rem emergency "back-up" host system if your BBS malfunctions.
- rem The file "Banner.Dwn" is a sample of a message you may want to send
- rem in such an event. ("Banner.Dwn" would be renamed "Banner.Bbs").
-
- :reload
- RINGBACK DIRECT
- if errorlevel=255 goto end
- goto reload
-
- :end
-