home *** CD-ROM | disk | FTP | other *** search
- rem KET025
- echo off
- if "%1"=="_isea" goto xtract
- if "%1"=="_iseb" goto xtract
- cls
- echo
- echo
- echo WELCOME
- echo TO
- echo THE INTEGRAL SCIENTIST
- echo
- echo An Information Utility for Scientists
- echo Computerized Periodic Table - Element Information Database
- echo FlashCard Elements Drill - Solvent Guide
- echo Chemical Solutions Calculator - Molecular Weight Calculator
- echo Units Conversions - Physical Constants & Tables of Useful Data
- echo Context Sensitive Help - HyperText On-Line Documentation
- echo
- echo copyright 1988-1992 INTEGRAL SCIENTIFIC SOFTWARE
- echo 111 E. Drake, Suite 7050 Fort Collins CO 80525 (303) 225-9491
- echo
- echo
- echo
- echo
- echo [You should be logged to the drive containing The Integral Scientist files.]
- echo
- pause
- cls
- echo
- echo THE INTEGRAL SCIENTIST must be installed before you can use it.
- echo
- echo Installation requires approximately 720k of disk space for ten files.
- echo An additional 165k is required if you choose to generate the document
- echo file version of the User Guide.
- echo It runs best from a hard disk, however you may install it on one large
- echo capacity floppy.
- echo Ideal system configuration: 256k+ memory, hard disk, color
- echo Minimum system configuration: 192k memory, single floppy, monochrome
- echo (graphics not required)
- echo
- echo The program consist of four primary files:
- echo ISE.EXE SLV.EXE DATAFILE.ISE & DATABLES.DTX
- echo plus supporting utilities and documentation files.
- echo Some of the files are stored in compressed form within the self-
- echo extracting archive files _ISEA.EXE and _ISEB.EXE.
- echo Data compression and extraction use Harayasu Yoshizaki's LHA utility.
- echo LHA is not required - self-extraction is directed by ISESETUP.
- echo To proceed with guided installation, press any key - You will be
- echo prompted through all steps. This installation does not modify your
- echo autoexec.bat file or do anything else risky to your environment.
- echo
- pause
- cls
- dir/w
- echo
- echo The directory displayed above should include the files:
- echo
- echo GO-ISE.BAT ISESETUP.EXE _ISEA.EXE _ISEB.EXE
- echo
- echo These four files are required for installation!
- echo If any of those four files are missing, examine your distribution
- echo disk or sub-directory and begin again. If the files above aren't
- echo listed you may not be logged to the drive containing the files.
- echo Abort this installation, log to the proper drive and begin again.
- echo
- echo Some additional files may be present on the disk depending on your
- echo distribution source.
- echo
- echo The extension of the @VERSION file indicates the current version number.
- echo
- echo To abort the installation: press CTRL-C and answer the query "Y".
- echo If you are ready to install THE INTEGRAL SCIENTIST press any other key.
- echo
- pause
- cls
- isesetup
- goto fin
- :xtract
- %1 %2
- :fin
-
-