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 >
Wrap
DOS Batch File
|
1990-07-30
|
3KB
|
55 lines
ECHO OFF
CLS
ECHO ╒══════════════════════════════════════════════════════════════════════╕
ECHO │ Copying files ........ │
ECHO ╘══════════════════════════════════════════════════════════════════════╛
%KPDRIVE%
CD \
MD %KPPATH%
CD %KPPATH%
COPY %KPSRCE%\ARCE.COM %KPPATH%
ARCE %KPSRCE%\KPWINRUN %KPPATH% /R
ARCE %KPSRCE%\DEMOKBS %KPPATH% /R
COPY %KPSRCE%\WRINI.EXE %KPPATH%
COPY %KPSRCE%\README %KPPATH%
COPY %KPPATH%\WIN87EM.EXE %KPWINPATH%
IF NOT EXIST %KPPATH%\WIN87EM.EXE GOTO NOGOOD
IF NOT EXIST %KPPATH%\WRINI.EXE GOTO NOGOOD
CLS
ECHO ╒══════════════════════════════════════════════════════════════════════╕
ECHO │ Adding entry to Windows Initialization File ........ │
ECHO ╘══════════════════════════════════════════════════════════════════════╛
WRINI %KPWINPATH%\WIN.INI [extensions] ckb=%KPPATH%\kpwinrun.exe ^.ckb
GOTO DONE
:NOGOOD
ECHO ╒══════════════════════════════════════════════════════════════════════╕
ECHO │ The files have not been sucessfully copied. Please check that │
ECHO │ you have sufficient hard disk space and try again. │
ECHO ╘══════════════════════════════════════════════════════════════════════╛
GOTO END
:DONE
CLS
ECHO ╒══════════════════════════════════════════════════════════════════════╕
ECHO │ All files have now been copied and uncrunched. │
ECHO │ The FINAL STEP of the installation will place the icon for │
ECHO │ KnowledgePro (Windows) under Microsoft Windows 3.0 Program Manager. │
ECHO │ │
ECHO │ If you DO NOT have Microsoft Windows 3.0 press Control-Break now. │
ECHO │ To run KnowledgePro (Windows), first run Microsoft Windows, │
ECHO then change to the %KPPATH% directory and select
ECHO │ KPWIN.EXE from the MS-DOS Executive. │
ECHO │ │
ECHO │ If you DO have Microsoft Windows 3.0 AND would like to add │
ECHO │ the KnowledgePro (Windows) icon to the Program Manager right now │
ECHO │ hit any key to continue. This also can be done manually - see │
ECHO │ details for manual addition of the KPWIN icon in the README file. │
ECHO │ │
ECHO │ NOTE: If Microsoft Windows 3.0 is not on your path or in the current │
ECHO │ directory, please be sure to run the SETICOND knowledge base in │
ECHO │ order to add the KPWIN icon or use the manual instructions │
ECHO │ in the README file. │
ECHO ╘══════════════════════════════════════════════════════════════════════╛
PAUSE
WIN %KPPATH%\KPWINRUN.EXE %KPPATH%\SETICOND.HKB
:END