home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Games-AddOns / XTreme-Data / xtr_dataworld / Install_XTR_TRACKS < prev    next >
Encoding:
Text File  |  1978-01-01  |  1.1 KB  |  37 lines

  1. ;installer for Brian Whittles DATA TRACKS
  2. ;Requestchoice and Request File must be in you C: dir.
  3. ;failat 21
  4. Echo "Please show where your XTR Drawer is"
  5. ask "Press return to continue"
  6. Requestfile >env:XTRDIR "SYS:" title "WHERE IS XTR DIRECTORY ?" Drawersonly 
  7. cd >env:mydir
  8. copy lay#? $xtrdir all
  9.  
  10. copy tile#? $xtrdir all
  11. copy track#? $xtrdir all
  12. copy world#? $xtrdir all
  13. copy objects#? $xtrdir all
  14. copy Background#? $xtrdir all
  15. copy grad#? $xtrdir all
  16. 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"
  17.  
  18. if $answer eq "0"
  19. endif
  20. if $answer eq "1"
  21. copy data#?.256 ram: quiet
  22. cd $xtrdir
  23. copy ram:data#?.256 tiles
  24. delete ram:data#?.256 quiet
  25. endif
  26. 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"
  27. if $answer eq "0"
  28. endif
  29. if $answer eq "1"
  30. cd $XTRDIR 
  31. copy misc/season misc/season1
  32. cd $mydir
  33. copy mis#? $xtrdir all
  34. endif
  35. Echo "Installation complete"
  36. wait 5
  37.