home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
util2
/
magic15c.lzh
/
FLOPPY.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-11-02
|
2KB
|
71 lines
ECHO off
if x%1==x goto missing
ECHO -
ECHO This batch file will install MAGREAD and MAGDEMO on your four (4)
ECHO floppies.
ECHO -
ECHO The MAGREAD.ARC disk should be in drive %1
ECHO -
ECHO The first of the four floppies should be in drive %2
ECHO This first floppy will be the MAGREAD system disk.
ECHO -
ECHO If you wish to abort, press CTRL-BREAK now... Otherwise...
pause
%2
ECHO ..Copying Files From MAGREAD disk..
ECHO ...Creating MAGREAD system disk...
%1ARCE %1MAGREAD MAGREAD.* README. FLOPPY.INI
COPY FLOPPY.INI MAGREAD.INI
DEL FLOPPY.INI
ECHO ..Please switch floppies in drive %2 a this time..
ECHO ..This next disk will contain the USA demo..
pause
%1ARCE %1MAGDEMO USA.* NE.MGR CONN.MGR NEVADA.MGR ADVER.MGR
ECHO ..Please switch floppies in drive %2 a this time..
ECHO ..This next disk will contain the CHEM and HOWTO demos..
pause
%1ARCE %1MAGDEMO CHEM.MAG TABLE6.MGR
%1ARCE %1MAGREAD *.MGR *.MAG
ECHO ..Please switch floppies in drive %2 a this time..
ECHO ..This next disk will contain the TIME demo..
pause
%1ARCE %1MAGDEMO TIME*.* ROME*.MGR AMER*.MGR
ECHO ..Installation Complete..
GOTO finished
: missing
ECHO -
ECHO The format for using FLOPPY.BAT is
ECHO -
ECHO FLOPPY source.drive destination.drive
ECHO -
ECHO an example would be...
ECHO -
ECHO FLOPPY A: B:
ECHO -
ECHO and in this case you would put the MAGREAD.ARC disk in drive A: and put the
ECHO first of four (4) formated 360K floppy disks in drive B:
: finished
ECHO -
ECHO -
ECHO To Read a Sample Hypertext File,
ECHO Type One of the Following:
ECHO -
ECHO MAGREAD USA
ECHO MAGREAD TIME
ECHO MAGREAD CHEM
ECHO MAGREAD HOWTO
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 FLOPPY.BAT.
ECHO THANK YOU.