home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / EDUCMISC / CREAT1 / READER.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-02-04  |  231 b   |  16 lines

  1. :start
  2. echo off
  3. if .%1==. goto done
  4. cls
  5. %1
  6. cls
  7. echo To read the next chapter, press ENTER.
  8. echo To stop reading, press CTRL C, and then
  9. echo answer Y at the prompt.
  10. pause
  11. shift
  12. goto start
  13. :done
  14. cls
  15. echo That's all!
  16.