home *** CD-ROM | disk | FTP | other *** search
- echo off
- CLS
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo ┌─────────────────────────────────────────────────────────────┐
- echo │ This file will type out the documentation for │
- echo │ CAVERNS OF CHAOS I │
- echo │ │
- echo │ You can press [ctrl]+[break] to abort or any │
- echo │ other key to countinue │
- echo └─────────────────────────────────────────────────────────────┘
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- pause
- echo .
- echo Loading the documentation for Cavens Of Chaos into memory, please wait...
- echo
- type chaosdoc.txt | more
- echo.
- echo.
- echo
- :end
-