home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The California Collection
/
TheCaliforniaCollection.cdr
/
his034
/
pageone.exe
/
arc
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-02-08
|
1KB
|
57 lines
ECHO OFF
VERIFY ON
CLS
ECHO *
ECHO *
ECHO pageONE
ECHO *
ECHO THIS PROCEDURE WILL INSTALL THE pageONE SYSTEM
ECHO ON TO YOUR HARD DISK.
ECHO The pageONE disk should be in drive A.
ECHO *
ECHO *
ECHO The procedure will create a directory area named
ECHO \PAGEONE
ECHO *
ECHO *
ECHO If this directory area is not satisfactory, you should
ECHO interrupt the automatic installation and do the installation
ECHO in the manner that suits your need.
ECHO You may interrupt the installation by resetting your computer
ECHO or by pushing Control C
ECHO *
ECHO *
ECHO If you wish to proceed with the installation push ENTER
PAUSE
CLS
ECHO *
ECHO *
ECHO Creating directory area.
MD C:\PAGEONE
ECHO *
ECHO *
ECHO Copying files from floppy to hard disk
COPY A:PAGEONE.EXE C:\PAGEONE
ECHO *
ECHO *
ECHO Files copied.
c:
cd \PAGEONE
ECHO *
ECHO *
ECHO Unarcing programs.
pageone.exe
DEL pageone.exe
cls
ECHO THIS COMPLETES THE pageONE installation.
ECHO You may have to run the MCINSTAL program
ECHO to configure the preview software for your specific monitor.
ECHO See the manual Section 5 on Installing the Software.
ECHO If you type the command SHOWME and push Return,
ECHO you can begin to play around with the Cybertext system.
ECHO *
ECHO Thank you.