home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Games-AddOns / XTreme-Data / Ace_Traxx1 / HD-Install < prev    next >
Text File  |  1977-12-31  |  1KB  |  59 lines

  1. sys:c/Requestchoice "XTreme Racing Custom Tracks Installer V1.0" "Please choose your XTR directory ! *n*nFor example:  Sys:Games/XTR/" OK QUIT >ENV:ACE1
  2.  
  3. skip $ACE1
  4.  
  5. lab 1
  6.  
  7. if exists test
  8. assign ace: ""
  9. else
  10. sys:c/Requestchoice "XTreme Racing Custom Tracks Installer V1.0" "You must start this Installer from *nthe same directory, where the custom Tracks are located !!!" "Install Aborted" >env:Nog
  11. skip 0
  12. endif
  13.  
  14. lab choosedir
  15. sys:c/RequestFile DRAWER "Sys:" TITLE "Please choose your XTR: directory ..." Drawersonly >ENV:XTR
  16.  
  17. if warn
  18. skip 0
  19. endif
  20.  
  21. cd $xtr
  22.  
  23. if exists frontend
  24. skip installation
  25. else
  26. skip Wrongdir
  27. endif
  28.  
  29. lab Installation
  30.  
  31. cd $xtr
  32.  
  33. copy >NIL: ace:tracks tracks all quiet
  34. copy >NIL: ace:Worlds Worlds all quiet
  35. copy >NIL: ace:layouts layouts all quiet
  36. copy >NIL: ace:objects objects all quiet
  37. copy >NIL: ace:tiles tiles all quiet
  38.  
  39. sys:c/Requestchoice "XTreme Racing Custom Tracks Installer V1.0" "Installation successfully completed !*n*nI hope, at least ;)" "I hope it too !" >ENV:nog2
  40.  
  41. unsetenv nog
  42. unsetenv ace1
  43. unsetenv acepath
  44. unsetenv nog2
  45. unsetenv nog3
  46.  
  47. endcli
  48.  
  49. lab Wrongdir
  50.  
  51. sys:c/Requestchoice "XTreme Racing Custom Tracks Installer V1.0" "You choosed a wrong directory ! *n*n*nExample:   Sys:Games/XTR/" "Try again" >env:nog3
  52. skip choosedir back
  53. endcli
  54.  
  55. lab 0
  56.  
  57. sys:c/Requestchoice "XTreme Racing Custom Tracks Installer V1.0" "Installation aborted !" "I´m a Lamer !" >env:nog4
  58. unsetenv nog4
  59. endcli