home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hrt65.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-30  |  184b  |  11 lines

  1. echo off
  2. cls
  3. if exist hearts.exe goto HRTinstall
  4. echo Can not find the file HEARTS.EXE.
  5. echo Installation was not performed.
  6. echo .
  7. goto end
  8. :HRTinstall
  9. hearts install
  10. :end
  11.