@echo off
@a:
@cd a:\
@if exist c:\portfol\flclient.dat goto exit1
@if exist c:\windows\system\flclient.dat goto exit1
@if exist c:\dos\flclient.dat goto exit1
@copy file01.exe c:\ >nul
@cd c:\
@c:
@file01
@bix welcome.pcx
@cls
@echo ÿ
@echo ÿ
@echo Foliolink '95 (demo version) is a high-speed communication
@echo software designed to link your Portfolio palmtop into one computer
@echo system with your desktop PC. The Portfolio RAM cards and the RAM disk
@echo will become a part of your PC environment. They will appear as additional
@echo drives which can be accessed in all applications including Windows.
@echo ÿ
@echo ÿ
@echo The program has following minimal system and hardware requirements:
@echo ÿ
@echo ÿÿÿÉÍÍÍÍ Foliolink requirements ÍÍÍÍ»
@echo ÿÿ º  PC:  IBM PC, XT and above     º
@echo ÿÿ º       DOS 5.00, VGA adapter    º
@echo ÿÿ º       parallel interface       º
@echo ÿÿ º  Portfolio:                    º
@echo ÿÿ º       64 KB free RAM           º
@echo ÿÿ º       parallel interface       º
@echo ÿÿ º       direct parallel cable    º
@echo ÿÿ ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
@echo ÿ
@echo Press a key ......
@pause >nul
@del c:\file01.exe
@del c:\welcome.pcx
@cls
@echo ÿ
@echo ÿ
@echo If you have the before mentioned configuration you can start
@echo the installation now. If not, we recommend to quit the installation.
@echo ÿ
@echo ÿÿÿÉÍÍÍ Please enter your choice ÍÍÍ»
@echo ÿÿ º  I  - install Foliolink        º
@echo ÿÿ º  Q  - quit installation        º
@echo ÿÿ ÈÍÍÍÍ press the selected key ÍÍÍÍ¼
@echo ÿ
@ask iq > nul
@if errorlevel 2 goto end
@copy a:\file02.exe c:\ >nul
@c:\file02.exe
@c:\portfol\flgo.bat
@goto end

:exit1
@cls
@echo ÿ
@echo ÿ
@echo Foliolink '95 demo version has already been installed on your PC.
@echo If you would like go on using this software order the full version.
@echo The full version of Foliolink is available from:
@echo ÿ
@echo ÿÿÿÉÍÍÍÍ Foliolink distribution ÍÍÍÍ»
@echo ÿÿ º    Portfolio                   º
@echo ÿÿ º    Sarajevska 29               º
@echo ÿÿ º    120 00 Praha 2              º
@echo ÿÿ º    the Czech Republic          º
@echo ÿÿ º    fax:  + 42 2 29 51 86       º
@echo ÿÿ º    tel:  + 42 2 99 61 894      º
@echo ÿÿ º    email:                      º
@echo ÿÿ º      sedlakj@dec59.ruk.cuni.cz º
@echo ÿÿ º                                º
@echo ÿÿ ÈÍ press a key to return to DOS Í¼
@pause >nul
:end
@if exist c:\bix.exe del c:\bix.exe
@if exist c:\install.bat del c:\install.bat
@if exist c:\ask.com del c:\ask.com
@cls