home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / DATABASE / R&R / RRTUTOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-08-24  |  1.7 KB  |  25 lines

  1. @echo off
  2. cls
  3. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  4. echo ║          R&R for Xbase Tutorial Program                                     ║
  5. echo ║          ───────────────────────────────────────────────────────            ║
  6. echo ║                                                                             ║
  7. echo ║          This batch program is intended for use in doing the R&R            ║
  8. echo ║          tutorial exercises in the "Learning by Example" manual.            ║
  9. echo ║          It executes R&R using a customized configuration file              ║
  10. echo ║          (RRTUTOR.CNF) set up specifically for the tutorial                 ║
  11. echo ║          exercises.                                                         ║
  12. echo ║                                                                             ║
  13. echo ║          Also note that RRTUTOR.FIF and RRTUTOR.TXT, the font               ║
  14. echo ║          information file and ASCII text file installed with                ║
  15. echo ║          the other tutorial files, are intended for use only                ║
  16. echo ║          with the tutorials.                                                ║
  17. echo ║                                                                             ║
  18. echo ║          If you do not want to continue, press Ctrl-Break now.              ║
  19. echo ║          Otherwise, press any key to run R&R.                               ║
  20. echo ║                                                                             ║
  21. echo ║                                                                             ║
  22. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  23. pause 
  24. rr .\rrtutor/c
  25.