home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / txtutl / hyphen.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-01-01  |  311b  |  14 lines

  1. echo off
  2. if not exist %1hyphen.exe goto skip
  3. %1setup %1HYPHEN.EXE
  4. echo HyphenAid installation complete.
  5. goto quit
  6. :skip
  7. if not exist %1\hyphen.exe goto exit
  8. %1\setup %1\HYPHEN.EXE
  9. echo HyphenAid installation complete.
  10. goto quit
  11. :exit
  12. echo Error: HyphenAid files not found in specified path.
  13. :quit
  14.