home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / cd_prefs / clickme! < prev    next >
Text File  |  1996-03-18  |  4KB  |  87 lines

  1. ; AGA CD Volume 2 Startup Script. ©1995/1996 SAdENESS PD / NFA.
  2.  
  3. echo ""
  4. echo " SAdENESS are Back!"
  5. echo ""
  6. echo " Now Setting up the CD, Please Wait....."
  7. ECHO ""
  8.  
  9. failat >NIL: 100
  10.  
  11. if >NIL: not exists sys:c/amigaguide
  12. sys:c/copy >NIL: AGA_Vol_2:c/amigaguide sys:c
  13. endif >NIL:
  14.  
  15. if >NIL: not exists sys:libs/powerpacker.library
  16. sys:c/copy >NIL: AGA_Vol_2:libs/powerpacker.library sys:libs
  17. endif >NIL:
  18.  
  19. aga_vol_2:c/assign >nil: aga_vol_1: aga_vol_2: add
  20. aga_vol_2:c/assign >nil: utils_vol_1: aga_vol_2: add
  21. AGA_Vol_2:c/assign >nil: aga: aga_vol_2:
  22. AGA_Vol_2:c/assign >NIL: aboot: aga_vol_2: add
  23. AGA_Vol_2:c/assign >NIL: libs: aga_vol_2:libs add
  24. AGA_Vol_2:c/assign >NIL: c: aga_vol_2:c add
  25. AGA_Vol_2:c/assign >NIL: system: aga_Vol_2: add
  26. AGA_Vol_2:c/assign >NIL: sys: aga_Vol_2: add
  27. AGA_Vol_2:c/assign >NIL: locale: aga_Vol_2:locale add
  28. AGA_Vol_2:c/assign >NIL: fonts: aga_Vol_2:fonts2 add
  29. AGA_Vol_2:c/assign >NIL: l: aga_Vol_2:l add
  30. AGA_Vol_2:c/assign >NIL: devs: aga_Vol_2:devs add
  31. AGA_Vol_2:c/assign >NIL: s: aga_Vol_2:s add
  32. AGA_Vol_2:c/assign >NIL: utils_vol_1: aga_vol_2: add
  33. AGA_Vol_2:c/assign >NIL: Weather: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
  34. AGA_Vol_2:c/assign >NIL: Weather1: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
  35. AGA_Vol_2:c/assign >NIL: Weather2: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
  36. AGA_Vol_2:c/assign >NIL: cheats5: AGA_Vol_2:Software/games/n-z/nostromo
  37. AGA_Vol_2:c/assign >NIL: mal1: AGA_Vol_2:Software/games/h-m/malediction
  38. AGA_Vol_2:c/assign >NIL: mal2: AGA_Vol_2:Software/games/h-m/malediction
  39. AGA_Vol_2:c/assign >NIL: battleduel: AGA_vol_2:software/games/a-g/battleduel
  40. AGA_Vol_2:c/assign >NIL: libx11: ram:
  41. AGA_Vol_2:c/assign >NIL: screech: AGA_vol_2:software/games/n-z/screech
  42. AGA_Vol_2:c/assign >NIL: demomania: AGA_Vol_2:software/utilities/demos/demomania
  43. AGA_Vol_2:c/assign >NIL: dm_data: AGA_Vol_2:software/utilities/demos/demomania
  44. AGA_Vol_2:c/assign >NIL: nfa-tw8a: AGA_Vol_2:software/diskmags/theword/theword#8
  45. AGA_Vol_2:c/assign >NIL: nfa-tw8b: AGA_Vol_2:software/diskmags/theword/theword#8
  46. AGA_Vol_2:c/assign >NIL: CHRONOMICA: AGA_Vol_2:software/games/doom/chronomica/
  47. AGA_Vol_2:c/assign >NIL: nfa_tw9a: AGA_Vol_2:software/diskmags/theword/theword9
  48. AGA_Vol_2:c/assign >NIL: nfa_tw9b: AGA_Vol_2:software/diskmags/theword/theword9
  49. AGA_Vol_2:c/assign >NIL: ringsave: AGA_Vol_2:Software/games/a-g/derring/save
  50. AGA_Vol_2:c/assign >NIL: ringmisc: AGA_Vol_2:Software/games/a-g/derring/misc
  51. AGA_Vol_2:c/assign >nil: orbz: AGA_Vol_2:Software/games/n-z/orbz
  52. AGA_Vol_2:c/assign >NIL: tetrys95: AGA_Vol_2:Software/games/n-z/tetrys
  53.  
  54.  
  55. path >NIL: AGA_vol_2:C add
  56. path >NIL: aga_vol_2:utilities add
  57.  
  58. ;BEGIN MUI
  59. if exists "AGA_Vol_2:MUI"
  60.    aga_vol_2:c/assign >nil: MUI: "AGA_Vol_2:MUI"
  61.    if exists MUI:Libs
  62.       aga_vol_2:c/assign >nil: add LIBS: MUI:Libs
  63.    endif
  64.    if exists MUI:Locale
  65.       aga_vol_2:c/assign >nil: add LOCALE: MUI:Locale
  66.    endif
  67.    aga_vol_2:c/version >nil: exec.library 39
  68.    if not warn
  69.       if exists MUI:Docs
  70.          if exists HELP:dummy ; do not remove
  71.          endif                ; this entry!
  72.          AGA_VOL_2:C/assign >nil: add HELP: MUI:Docs
  73.       endif
  74.    endif
  75. endif
  76. ;END MUI
  77.  
  78. echo " In order to see the icons as intended, make sure you are using a"
  79. echo " Screenmode of at least 8 COLOURS, then double-click 'ClickForColors'."
  80. echo " If the Icon's colours look strange, try loading 'MagicColors'."
  81. WAIT 1
  82. echo ""
  83. echo " ALL DONE!!"
  84. echo ""
  85. ECHO " NOW CLOSE THIS WINDOW, AND ENJOY USING YOUR CD!!"
  86. endcli
  87.