home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
hypertxt
/
magic15c.arc
/
INSTALLM.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-11-02
|
1KB
|
37 lines
ECHO off
ECHO -
ECHO This Batch File will Install MAGREAD On Your Hard Disk Into Two
ECHO Directories which InstallM.Bat will create. These Directories are
ECHO C:\MAGIC for system files and C:\MAGIC\FILES for data files.
ECHO Installm.Bat is expecting this disk to be in the default Drive
ECHO -
ECHO If you wish to abort, press CTRL-BREAK now... Otherwise...
PAUSE
ECHO ..Creating Directories
MD C:\MAGIC
MD C:\MAGIC\FILES
ECHO ..Copying Files From MAGREAD disk..
ARCE MAGREAD MAGREAD.* ERROR.MSG C:\MAGIC
ARCE MAGREAD *.MGR *.MAG C:\MAGIC\FILES
ARCE MAGDEMO *.MGR *.MAG C:\MAGIC\FILES
C:
CD\MAGIC
ECHO ..Installation Complete..
ECHO -
ECHO To Read a Sample Hypertext File,
ECHO Type One of the Following:
ECHO MAGREAD USA
ECHO MAGREAD TIME
ECHO MAGREAD CHEM
ECHO -
ECHO Some helpful hints can be found in MAGREAD.DOC and README.
ECHO These files can be Displayed with the DOS TYPE command.
ECHO -
ECHO To see these instructions again use the DOS TYPE command on the file
ECHO INSTALLM.BAT.
ECHO THANK YOU.