home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Intall file for IntelliCorp's KAPPA program diskette
- cls
- %1:bat window 2,18,44,4,17h, -
- %1:bat setcursor 3,35
- %1:bat cecho K A P P A
- %1:bat setcursor 4,30
- %1:bat cecho KAPPA Installation
- %1:bat setcursor 7, 1
- echo This batch file will install the KAPPA program files
- echo and examples into a subdirectory that you specify.
- rem %1:bat window 11,18,44,10,17h, -
- %1:bat setcursor 25, 25
- pause
- cls
- rem connect to target dirctory, but not to target device
- %1:mktarg "the KAPPA Program files" "C:\KAPPA"
- if errorlevel 9 punt
- if errorlevel 3 goto gooddisk
- cls
- echo KAPPA must be installed on drives C through H
- goto punt
- :gooddisk
- copy %1:instkap2.bat . > nul
- if errorlevel 8 instkap2 %1 H
- if errorlevel 7 instkap2 %1 G
- if errorlevel 6 instkap2 %1 F
- if errorlevel 5 instkap2 %1 E
- if errorlevel 4 instkap2 %1 D
- if errorlevel 3 instkap2 %1 C
- if errorlevel 1 echo KAPPA must be installed on drives C through H
- :punt
- %1:bat setcursor 17, 1
- echo If you need more information about this problem or have any
- echo questions about installing the KAPPA, type:
- %1:bat setcursor 20,25
- %1:bat cecho type %1:readme.txt ┘
- %1:bat setcursor 22,1
- echo Or call Intellicorp Customer Support at (415) 965-5700.
- %1:bat setcursor 25,1
- :end