;BEGIN QUERY
copy b1:c/LHA ram:
echo " Welcome to Litil Devil CD32."
echo " This game will only work on an AGA system."
echo " Please choose a place on your system that can hold 11 Mbyte"
echo " of temporary DATA : " noline
b1:c/requestfile >env:answer1 drawersonly title "Select a T: >11 Mbyte !"
echo " "
echo " "
echo " Great, now select the path in which the game should be installed..."
echo " You need 28 Mb free on that device!"
echo " Path : " noline
b1:c/requestfile >env:answer2 drawersonly title "Where must I install Litil Devil ?"
echo " "
echo " "
echo " Thank you for your cooperation...8)...."
echo " "
;END   QUERY

;BEGIN INSTALL
echo " Joining Archive !....Keep the 13 other disks 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 b7:gs.07 b8:gs.08 b9:gs.09 b10:gs.10 b11:gs.11 b12:gs.12 b13:gs.13 b14:gs.14 to gs.lha
echo " Archive joining COMPLETE and SUCCESFULL !!!"
echo " Now extracting archive to designated spot !"
ram:LHA x gs.lha $answer2 >NIL:
Echo " "
Echo " Cleaning up"
Echo " "
Delete gs.lha
Delete ram:LHA
cd $answer2
echo " "
echo " Installation complete...Have fun." 
wait 2
