home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / kno30000 / install1.bat < prev    next >
DOS Batch File  |  1990-07-30  |  3KB  |  55 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ╒══════════════════════════════════════════════════════════════════════╕
  4. ECHO │                 Copying files ........                               │
  5. ECHO ╘══════════════════════════════════════════════════════════════════════╛
  6. %KPDRIVE%
  7. CD \
  8. MD %KPPATH%
  9. CD %KPPATH%
  10. COPY %KPSRCE%\ARCE.COM %KPPATH%
  11. ARCE %KPSRCE%\KPWINRUN %KPPATH% /R 
  12. ARCE %KPSRCE%\DEMOKBS %KPPATH% /R
  13. COPY %KPSRCE%\WRINI.EXE %KPPATH%
  14. COPY %KPSRCE%\README %KPPATH%
  15. COPY %KPPATH%\WIN87EM.EXE %KPWINPATH%
  16. IF NOT EXIST %KPPATH%\WIN87EM.EXE GOTO NOGOOD
  17. IF NOT EXIST %KPPATH%\WRINI.EXE GOTO NOGOOD
  18. CLS
  19. ECHO ╒══════════════════════════════════════════════════════════════════════╕
  20. ECHO │         Adding entry to Windows Initialization File ........         │
  21. ECHO ╘══════════════════════════════════════════════════════════════════════╛
  22. WRINI %KPWINPATH%\WIN.INI [extensions] ckb=%KPPATH%\kpwinrun.exe ^.ckb
  23. GOTO DONE
  24. :NOGOOD      
  25. ECHO ╒══════════════════════════════════════════════════════════════════════╕
  26. ECHO │   The files have not been sucessfully copied. Please check that      │
  27. ECHO │        you have sufficient hard disk space and try again.            │
  28. ECHO ╘══════════════════════════════════════════════════════════════════════╛
  29. GOTO END
  30. :DONE
  31. CLS
  32. ECHO ╒══════════════════════════════════════════════════════════════════════╕
  33. ECHO │          All files have now been copied and uncrunched.              │
  34. ECHO │    The FINAL STEP of the installation will place the icon for        │
  35. ECHO │ KnowledgePro (Windows) under Microsoft Windows 3.0 Program Manager.  │
  36. ECHO │                                                                      │
  37. ECHO │  If you DO NOT have Microsoft Windows 3.0 press Control-Break now.   │
  38. ECHO │     To run KnowledgePro (Windows), first run Microsoft Windows,      │
  39. ECHO           then change to the %KPPATH% directory and select                  
  40. ECHO │               KPWIN.EXE from the MS-DOS Executive.                   │
  41. ECHO │                                                                      │
  42. ECHO │     If you DO have Microsoft Windows 3.0 AND would like to add       │
  43. ECHO │  the KnowledgePro (Windows) icon to the Program Manager right now    │
  44. ECHO │   hit any key to continue. This also can be done manually - see      │
  45. ECHO │  details for manual addition of the KPWIN icon in the README file.   │
  46. ECHO │                                                                      │
  47. ECHO │ NOTE: If Microsoft Windows 3.0 is not on your path or in the current │
  48. ECHO │   directory, please be sure to run the SETICOND knowledge base in    │
  49. ECHO │     order to add the KPWIN icon or use the manual instructions       │
  50. ECHO │                     in the README file.                              │
  51. ECHO ╘══════════════════════════════════════════════════════════════════════╛
  52. PAUSE
  53. WIN %KPPATH%\KPWINRUN.EXE %KPPATH%\SETICOND.HKB
  54. :END
  55.