home *** CD-ROM | disk | FTP | other *** search
/ Mega Movie Guide 1.0 / Infobusiness_Presents_the_Mega_Movie_Guide_TV_Data_Syndicate_1992.iso / readme.bat < prev    next >
DOS Batch File  |  1995-01-05  |  374b  |  22 lines

  1. echo off
  2. if not exist read.me goto not_exist
  3. if not exist read.com goto not_exist
  4. read read.me
  5. cls
  6. echo ·
  7. echo ·
  8. echo · To print a copy of this information, type:
  9. echo ·
  10. echo ·     COPY READ.ME PRN
  11. echo ·
  12. echo · and then press [Enter].
  13. echo ·
  14. goto end
  15.  
  16. :not_exist
  17. echo ·
  18. echo · Please change to the installation disk and type README again.
  19. echo ·
  20.  
  21. :end
  22.