home *** CD-ROM | disk | FTP | other *** search
- echo off
- del %3\Demos\install4.bat
- echo -[Install5.bat]---------------------------------------------------------
- echo -
- echo - The Turbo ScrEdit program files are now installed on your system.
- if "%1"=="F" goto FLOPPY
- if "%1"=="f" goto FLOPPY
- echo -
- echo - Locate the file "PRINTME.1ST" which was stored in the directory
- echo - %3 during the installation.
- echo -
- goto cont1
- :FLOPPY
- echo -
- echo - Locate the file "PRINTME.1ST" which was stored on the diskette
- echo - labeled "1 of 5 - Turbo ScrEdit" and insert it into Drive B%
- echo -
- :cont1
- echo - "PrintMe.1st" contains additional instructions for preparing your
- echo - system to use Turbo ScrEdit. It also contains instructions for
- echo - creating the object code libraries needed by programmers for accessing
- echo - screens stored in Turbo ScrEdit screen library files.
- echo -
- echo - To continue this installation, print the file "PRINTME.1ST" and
- echo - locate the installation instructions on page 3 in the section:
- echo - "** CONCLUDING THE INSTALLATION ** Continued from README.DOC **"
- echo -
- if "%1"=="H" goto Hard1
- if "%1"=="h" goto Hard1
- echo - FLOPPY DRIVER USERS:
- echo - Insert the diskette labeled "1 of 5 - Turbo ScrEdit"
- echo - into %3
- pause
- %3
- goto end
- :Hard1
- cd %3
- :end
- echo - To print "PrintMe.1st" Type: Copy Printme.1st prn
- echo -----------------------------------------------------------------------