;installer for Brian Whittles DATA TRACKS ;Requestchoice and Request File must be in you C: dir. ;failat 21 Echo "Please show where your XTR Drawer is" ask "Press return to continue" Requestfile >env:XTRDIR "SYS:" title "WHERE IS XTR DIRECTORY ?" Drawersonly cd >env:mydir copy lay#? $xtrdir all copy tile#? $xtrdir all copy track#? $xtrdir all copy world#? $xtrdir all copy objects#? $xtrdir all copy Background#? $xtrdir all copy grad#? $xtrdir all requestchoice >env:answer "NEED IFF TILES ?" "Do you want the tiles in IFF form?*nYou should only need them if you*n want to edit my tracks or make*n your own tracks using my tiles""Yes" "No" if $answer eq "0" endif if $answer eq "1" copy data#?.256 ram: quiet cd $xtrdir copy ram:data#?.256 tiles delete ram:data#?.256 quiet endif requestchoice >env:answer "WANT TRACK AS A CUP?" "Do you want the data tracks as *na cup? (Replaces custard cup)*nYour season file is copied to a file*ncalled season1*nIf not you can edit it in your self" "YES" "NO" if $answer eq "0" endif if $answer eq "1" cd $XTRDIR copy misc/season misc/season1 cd $mydir copy mis#? $xtrdir all endif Echo "Installation complete" wait 5