home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / wordproc / texplore.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-08  |  701b  |  22 lines

  1. @ECHO OFF
  2. REM ... To install Texplore.
  3. ECHO.
  4. ECHO This will install Texplore on hard disk C from floppy drive A.
  5. ECHO Note that if directory \TEXPLORE already exists, it will be overwritten !
  6. ECHO If this is NOT what you want to do, press Ctrl and C now !
  7. ECHO If you are happy, press any other key.
  8. ECHO.
  9. PAUSE
  10. C:
  11. MD \TEXPLORE
  12. CD \TEXPLORE
  13. COPY A:\*.*
  14. ECHO.
  15. ECHO Texplore has been installed.
  16. ECHO.
  17. ECHO Try typing one of these:
  18. ECHO   DEMO                  to see how the Query program works
  19. ECHO   TYPE READ.ME          to see basic product details, how to register, etc
  20. ECHO   COPY USER.DOC PRN     to print user manual
  21. ECHO   COPY LICENCE.TXT PRN  to print licence agreement
  22.