home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HomeWare 14
/
HOMEWARE14.bin
/
wordproc
/
texplore.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-12-08
|
701b
|
22 lines
@ECHO OFF
REM ... To install Texplore.
ECHO.
ECHO This will install Texplore on hard disk C from floppy drive A.
ECHO Note that if directory \TEXPLORE already exists, it will be overwritten !
ECHO If this is NOT what you want to do, press Ctrl and C now !
ECHO If you are happy, press any other key.
ECHO.
PAUSE
C:
MD \TEXPLORE
CD \TEXPLORE
COPY A:\*.*
ECHO.
ECHO Texplore has been installed.
ECHO.
ECHO Try typing one of these:
ECHO DEMO to see how the Query program works
ECHO TYPE READ.ME to see basic product details, how to register, etc
ECHO COPY USER.DOC PRN to print user manual
ECHO COPY LICENCE.TXT PRN to print licence agreement