ECHO OFF
CLS
ECHO ú
ECHO ú   If you're installing to a hard disk, press N for the next
ECHO ú   question then COPY *.* the diskette to a PYROTO directory.
ECHO ú
ECHO ÖÄÄ FLOPPY DISKETTE PRE-INSTALLATION CHECK ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO º
ECHO º   You must have the diskette containing the Pyroto files in drive A.
ECHO º   You must be logged on to drive A.
ECHO º
ECHO º   You must have a freshly formatted diskette  with   DOS.
ECHO º   You must have a freshly formatted diskette without DOS.
ECHO º
QUERY ÓÄÄ Is all this correct?  (Y/N)  @NY
IF ERRORLEVEL 2 GOTO OKAYFLOP
:BADDISK
ECHO ÄÄÄÄÄ
ECHO Please correct this situation so installation can proceed normally.
ECHO Then re-run PYINST from the beginning.
ECHO ÄÄÄÄÄ
ECHO One moment, please ...
GOTO ENDBAT
:OKAYFLOP
CLS
ECHO ÖÄÄ SYSTEM DISKETTE CREATION ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO º
ECHO º   Write up a diskette label:  PYROTO DRIVE A.
ECHO º   Stick this label on the diskette WITH DOS.
ECHO º   Insert the diskette WITH DOS into Drive B.
ECHO º
QUERY ÓÄÄ Press  Y  when you've done all this.  @Y
COPY *.EXE B:
COPY *.TXT B:
COPY *.DAT B:
COPY *.BBS B:
COPY *.DOR B:
COPY *.GAM B:
CLS
ECHO ÖÄÄ MESSAGE DIRECTORY CREATION ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO º
ECHO º   Write up a diskette label:  PYROTO DRIVE B.
ECHO º   Stick this label on the diskette WITHOUT DOS.
ECHO º   Insert the diskette WITHOUT DOS into Drive B.
ECHO º
QUERY ÓÄÄ Press  Y  when you've done all this.  @Y
B:
CD \
MD MESSAGES
A:
:CUSTOM
CLS
ECHO ÖÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO º
ECHO º   You are now finished copying the necessary Pyroto files.
ECHO º
ECHO º   Place the diskette labelled "PYROTO DRIVE A" into Drive A.
ECHO º   Place the diskette labelled "PYROTO DRIVE B" into Drive B.
ECHO º
ECHO ÓÄÄ Then go back to your manual to read about configuration.
:ENDBAT
