home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo README.TXT, WHATSNEW.TXT, LICENSE.TXT and PROBLEMS.TXT
- echo are shown page by page.
- echo In order to scroll press any key.
- echo In order to quit now press [STRG]+[C]
- pause
- more < readme.txt
- pause
- cls
- pause
- more < whatsnew.txt
- pause
- cls
- pause
- more < license.txt
- pause
- cls
- pause
- more < problems.txt
- pause
- cls
-
-
-