home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / WCTDDOOR.ZIP / CAT.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-10  |  626 b   |  28 lines

  1. @ECHO OFF
  2. REM This is a sample CAT.BAT file provided by Arun Bhalla for use by WCTDDOOR
  3. REM users.  Arun Bhalla is not responsible for a loss of data.
  4. C:
  5. CD \WILDCAT
  6. CTTY CON:
  7. WILDCAT
  8. REM [D]rop to DOS choice, if allowed
  9. IF ERRORLEVEL 40 DROPDOS.BAT
  10. REM
  11. REM This is for the DOOR menu
  12. IF ERRORLEVEL 35 goto DOORS
  13. REM Line above for door menu
  14. REM
  15. IF ERRORLEVEL 2 BACKUP.BAT
  16. REM Test for ERROR which caused WILDCAT! to terminate
  17. IF ERRORLEVEL 1 GOTO RELOAD
  18. REM Test for termination via F10
  19. IF ERRORLEVEL 0 GOTO END
  20. :RELOAD
  21. \WILDCAT\CAT.BAT
  22. :DOORS
  23. wctddoor callinfo.bbs
  24. REM COMMAND
  25. goto RELOAD
  26. :END
  27. cls
  28.