home *** CD-ROM | disk | FTP | other *** search
- echo off
- verify on
- if %1x==x goto explain
- if not exist ks21data.exe goto oops2
- cls
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ Installation of KWIKSTAT Version 2.10 │
- echo │ on HARD DISK %1 │
- echo │ 5 1/4 Inch Disk Load Program │
- echo │ │
- echo │ Please follow the instructions on the screen. │
- echo └───────────────────────────────────────────────────────────┘
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ This routine loads the KWIKSTAT program onto a hard disk │
- echo │ subdirectory named %1\KWIKSTAT. If this directory already │
- echo │ exists, the old version is replaced with the new. │
- echo └───────────────────────────────────────────────────────────┘
- md %1\KWIKSTAT
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ NOTE:If you get the message "unable to create directory" │
- echo │ during installation, it means the KWIKSTAT directory is │
- echo │ already created. The loading process will still be normal.│
- echo └───────────────────────────────────────────────────────────┘
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ If you are not certain you wish to continue, press │
- echo │ CTRL-BREAK. If you are certain you wish to continue, then │
- echo └───────────────────────────────────────────────────────────┘
- PAUSE
- copy *.exe %1\kwikstat
- rem copy order %1\kwikstat
- copy ks.bat %1\kwikstat
- copy ksetup.bat %1\kwikstat
- copy ksmenu.ini %1\kwikstat
- copy *.hlp %1\kwikstat
- copy txhelp.com %1\kwikstat
- :disk2
- echo ┌───────────────────────────────────────────────────────────┐
- echo │ PLACE PROGRAM DISTRIBUTION DISKETTE NUMBER 2 IN DEFAULT │
- echo │ DRIVE, AND PRESS ENTER... │
- echo └───────────────────────────────────────────────────────────┘
- pause
- if not exist KS21CROS.EXE goto oops
- copy *.exe %1\kwikstat
- copy *.dbf %1\kwikstat
- copy *.dat %1\kwikstat
- copy *.com %1\kwikstat
- copy *.img %1\kwikstat
- cls
- echo ┌───────────────────────────────────────────────────────┐
- echo │ INSTALLATION OF THE KWIKSTAT IS COMPLETE! │
- echo │ │
- echo │ If you are using a Hercules type monitor, please │
- echo │ read information in manual about monitors. │
- echo │ │
- echo │ Read the file LATENEWS.DOC for latest news and info. │
- echo │ │
- echo │ Setp KWIKSTAT for your Computer by entering the │
- echo │ command KSETUP │
- echo │ │
- echo └───────────────────────────────────────────────────────┘
- %1
- cd\kwikstat
- goto End
- :oops2
- echo oops!
- echo PROGRAM DISK 1 IS NOT IN THE DEFAULT DRIVE...
- goto :explain
- :oops
- echo oops!
- echo PROGRAM DISK 2 IS NOT IN THE DEFAULT DRIVE...
- goto :disk2
- :Explain
- echo ┌───────────────────────────────────────────────────────┐
- echo │ The format of this command is: │
- echo │ │
- echo │ KWIKLOAD d: │
- echo │ │
- echo │ where d: is the name of the disk drive on which you │
- echo │ want the program installed. For example, if you │
- echo │ have KWIKSTAT disk 1 in the A: drive and you want │
- echo │ to install the program on the C: drive, the command │
- echo │ would look something like this . . . │
- echo │ │
- echo │ "A>KWIKLOAD C:" │
- echo └───────────────────────────────────────────────────────┘
- :End
-