home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / diary / readme.bat < prev    next >
DOS Batch File  |  1994-01-01  |  397b  |  13 lines

  1. echo off
  2. cls
  3.  
  4. rem This batch file provides a simple way to read about the product:
  5. rem      Cumberland Story, v1.2
  6. rem The information you want to read is in the file VENDINFO.TXT.
  7. rem If you prefer, you can read it using any ordinary text viewer.
  8. rem For example, if the LIST viewer is in your DOS path, you would
  9. rem use the command 'LIST VENDINFO.TXT'.
  10.  
  11. more < VENDINFO.TXT
  12. pause
  13.