home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / KAPA3.ZIP / INSTKAP.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-08-15  |  1.3 KB  |  42 lines

  1. echo off
  2. rem Intall file for IntelliCorp's KAPPA program diskette
  3. cls
  4. %1:bat window 2,18,44,4,17h, -
  5. %1:bat setcursor 3,35
  6. %1:bat cecho K A P P A
  7. %1:bat setcursor 4,30
  8. %1:bat cecho KAPPA Installation
  9. %1:bat setcursor 7, 1
  10. echo        This batch file will install the KAPPA program files
  11. echo        and examples into a subdirectory that you specify.
  12. rem %1:bat window 11,18,44,10,17h, -
  13. %1:bat setcursor 25, 25
  14. pause
  15. cls
  16. rem connect to target dirctory, but not to target device
  17. %1:mktarg "the KAPPA Program files" "C:\KAPPA"
  18. if errorlevel 9 punt
  19. if errorlevel 3 goto gooddisk
  20. cls
  21. echo KAPPA must be installed on drives C through H
  22. goto punt
  23. :gooddisk
  24. copy %1:instkap2.bat . > nul
  25. if errorlevel 8 instkap2 %1 H
  26. if errorlevel 7 instkap2 %1 G
  27. if errorlevel 6 instkap2 %1 F
  28. if errorlevel 5 instkap2 %1 E
  29. if errorlevel 4 instkap2 %1 D
  30. if errorlevel 3 instkap2 %1 C
  31. if errorlevel 1 echo        KAPPA must be installed on drives C through H
  32. :punt
  33. %1:bat setcursor 17, 1
  34. echo        If you need more information about this problem or have any
  35. echo        questions about installing the KAPPA, type:
  36. %1:bat setcursor 20,25
  37. %1:bat cecho  type %1:readme.txt ┘
  38. %1:bat setcursor 22,1
  39. echo        Or call Intellicorp Customer Support at (415) 965-5700.
  40. %1:bat setcursor 25,1
  41. :end
  42.