home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ R&R for Xbase Tutorial Program ║
- echo ║ ─────────────────────────────────────────────────────── ║
- echo ║ ║
- echo ║ This batch program is intended for use in doing the R&R ║
- echo ║ tutorial exercises in the "Learning by Example" manual. ║
- echo ║ It executes R&R using a customized configuration file ║
- echo ║ (RRTUTOR.CNF) set up specifically for the tutorial ║
- echo ║ exercises. ║
- echo ║ ║
- echo ║ Also note that RRTUTOR.FIF and RRTUTOR.TXT, the font ║
- echo ║ information file and ASCII text file installed with ║
- echo ║ the other tutorial files, are intended for use only ║
- echo ║ with the tutorials. ║
- echo ║ ║
- echo ║ If you do not want to continue, press Ctrl-Break now. ║
- echo ║ Otherwise, press any key to run R&R. ║
- echo ║ ║
- echo ║ ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- pause
- rr .\rrtutor/c