;BEGIN QUERY
copy b1:c/unlzx ram:
echo " Welcome to Lightwave V5.0, the CD-Rip."
echo " This program requires a lot of HD space!"
echo " First, 23 Mb to join the LZX-file, and then 42 Mb to unpack it."
echo " Please choose a place on your system that can hold 23 Mbyte"
echo " of temporary DATA : " noline
b1:c/requestfile >env:answer1 drawersonly title "Select a T: >23 Mbyte !"
echo " "
echo " "
echo " Great, now select the path where I should unpack LW5."
echo " Path : " noline
b1:c/requestfile >env:answer2 drawersonly title "Where must I install LW5 ?"
echo " "
echo " "
echo " Thank you for your cooperation...8)...."
echo " "
;END   QUERY

;BEGIN INSTALL
echo " Joining Archive !....Keep the 26 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 b15:gs.15 b16:gs.16 b17:gs.17 b18:gs.18 b19:gs.19 b20:gs.20 b21:gs.21 b22:gs.22 b23:gs.23 b24:gs.24 b25:gs.25 b26:gs.26 b27:gs.27 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
