;BEGIN QUERY
copy b1:c/unlzx ram:
echo " Welcome to Pinball AGA."
echo " This will link the main file and unpack it to your HD."
echo " You will need approx 13 Mb to unpack the file."
echo " Please choose a place on your system that can hold 5 Mbyte"
echo " of temporary DATA : " noline
b1:c/requestfile >env:answer1 drawersonly title "Select a T: >5 Mbyte !"
echo " "
echo " "
echo " Great, now select the path where it should be installed..."
echo " Path : " noline
b1:c/requestfile >env:answer2 drawersonly title "Where must I install Pinball ?"
echo " "
echo " "
echo " Thank you for your cooperation...8)...."
echo " "
;END   QUERY

;BEGIN INSTALL
echo " Joining Archive !....Keep the other disk on standby !"
echo " "
CD $answer1
b1:c/join b1:gs.01 b2:gs.02 b3:gs.03 b4:gs.04 b5:gs.05 b6:gs.06 to gs.lzx
echo " Archive joining COMPLETE and SUCCESFULL !!!"
echo " Now extracting archive to designated spot !"
ram:unlzx x gs.lzx $answer2 >NIL:
Echo " "
Echo " Cleaning up"
Echo " "
Delete gs.lzx
Delete ram:unlzx
cd $answer2
echo " "
echo " Installation complete...Have fun." 
wait 2
