home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This is a sample CAT.BAT file provided by Arun Bhalla for use by WCTDDOOR
- REM users. Arun Bhalla is not responsible for a loss of data.
- C:
- CD \WILDCAT
- CTTY CON:
- WILDCAT
- REM [D]rop to DOS choice, if allowed
- IF ERRORLEVEL 40 DROPDOS.BAT
- REM
- REM This is for the DOOR menu
- IF ERRORLEVEL 35 goto DOORS
- REM Line above for door menu
- REM
- IF ERRORLEVEL 2 BACKUP.BAT
- REM Test for ERROR which caused WILDCAT! to terminate
- IF ERRORLEVEL 1 GOTO RELOAD
- REM Test for termination via F10
- IF ERRORLEVEL 0 GOTO END
- :RELOAD
- \WILDCAT\CAT.BAT
- :DOORS
- wctddoor callinfo.bbs
- REM COMMAND
- goto RELOAD
- :END
- cls
-