home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Graphics
/
WOGRAPH.BIN
/
171.EXTRACT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-25
|
1KB
|
25 lines
ECHO OFF
CLS
ECHO -------------------------------------------------------------------------
ECHO CAUTION: We recommend that you install EnVision Publisher by means of the
ECHO INSTALL program on the EnVision Publisher Disk 1.
ECHO ..........................................................................
ECHO EXTRACT allows you to install EnVision Publisher on your hard disk without
ECHO running the INSTALL program. However, before running EXTRACT you should
ECHO have made a new directory on your hard disk, and then copied all the files
ECHO from the two EnVision Publisher disks onto this directory. Then you should
ECHO run EXTRACT from that directory. EXTRACT will unarchive the 2 compressed
ECHO self-extracting files EVP100P1.EXE and EVP100P2.EXE.
ECHO Note that EXTRACT will not delete the archive files once it finished
ECHO extracting.
ECHO ..........................................................................
ECHO Press any key to continue, or CTRL-C to cancel EXTRACT.
ECHO...........................................................................
PAUSE
CLS
ECHO Extracting files...
EVP100P1
EVP100P2
CLS
ECHO Type READ-ME to see the read-me file, or EVP to start the program.
ECHO ON