home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / create / reader.bat < prev    next >
DOS Batch File  |  1994-10-04  |  231b  |  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.