home *** CD-ROM | disk | FTP | other *** search
- ; AGA CD Volume 2 Startup Script. ©1995/1996 SAdENESS PD / NFA.
-
- echo ""
- echo " SAdENESS are Back!"
- echo ""
- echo " Now Setting up the CD, Please Wait....."
- ECHO ""
-
- failat >NIL: 100
-
- if >NIL: not exists sys:c/amigaguide
- sys:c/copy >NIL: AGA_Vol_2:c/amigaguide sys:c
- endif >NIL:
-
- if >NIL: not exists sys:libs/powerpacker.library
- sys:c/copy >NIL: AGA_Vol_2:libs/powerpacker.library sys:libs
- endif >NIL:
-
- aga_vol_2:c/assign >nil: aga_vol_1: aga_vol_2: add
- aga_vol_2:c/assign >nil: utils_vol_1: aga_vol_2: add
- AGA_Vol_2:c/assign >nil: aga: aga_vol_2:
- AGA_Vol_2:c/assign >NIL: aboot: aga_vol_2: add
- AGA_Vol_2:c/assign >NIL: libs: aga_vol_2:libs add
- AGA_Vol_2:c/assign >NIL: c: aga_vol_2:c add
- AGA_Vol_2:c/assign >NIL: system: aga_Vol_2: add
- AGA_Vol_2:c/assign >NIL: sys: aga_Vol_2: add
- AGA_Vol_2:c/assign >NIL: locale: aga_Vol_2:locale add
- AGA_Vol_2:c/assign >NIL: fonts: aga_Vol_2:fonts2 add
- AGA_Vol_2:c/assign >NIL: l: aga_Vol_2:l add
- AGA_Vol_2:c/assign >NIL: devs: aga_Vol_2:devs add
- AGA_Vol_2:c/assign >NIL: s: aga_Vol_2:s add
- AGA_Vol_2:c/assign >NIL: utils_vol_1: aga_vol_2: add
- AGA_Vol_2:c/assign >NIL: Weather: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
- AGA_Vol_2:c/assign >NIL: Weather1: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
- AGA_Vol_2:c/assign >NIL: Weather2: AGA_Vol_2:Software/utilities/Educational/WeatherGuide
- AGA_Vol_2:c/assign >NIL: cheats5: AGA_Vol_2:Software/games/n-z/nostromo
- AGA_Vol_2:c/assign >NIL: mal1: AGA_Vol_2:Software/games/h-m/malediction
- AGA_Vol_2:c/assign >NIL: mal2: AGA_Vol_2:Software/games/h-m/malediction
- AGA_Vol_2:c/assign >NIL: battleduel: AGA_vol_2:software/games/a-g/battleduel
- AGA_Vol_2:c/assign >NIL: libx11: ram:
- AGA_Vol_2:c/assign >NIL: screech: AGA_vol_2:software/games/n-z/screech
- AGA_Vol_2:c/assign >NIL: demomania: AGA_Vol_2:software/utilities/demos/demomania
- AGA_Vol_2:c/assign >NIL: dm_data: AGA_Vol_2:software/utilities/demos/demomania
- AGA_Vol_2:c/assign >NIL: nfa-tw8a: AGA_Vol_2:software/diskmags/theword/theword#8
- AGA_Vol_2:c/assign >NIL: nfa-tw8b: AGA_Vol_2:software/diskmags/theword/theword#8
- AGA_Vol_2:c/assign >NIL: CHRONOMICA: AGA_Vol_2:software/games/doom/chronomica/
- AGA_Vol_2:c/assign >NIL: nfa_tw9a: AGA_Vol_2:software/diskmags/theword/theword9
- AGA_Vol_2:c/assign >NIL: nfa_tw9b: AGA_Vol_2:software/diskmags/theword/theword9
- AGA_Vol_2:c/assign >NIL: ringsave: AGA_Vol_2:Software/games/a-g/derring/save
- AGA_Vol_2:c/assign >NIL: ringmisc: AGA_Vol_2:Software/games/a-g/derring/misc
- AGA_Vol_2:c/assign >nil: orbz: AGA_Vol_2:Software/games/n-z/orbz
- AGA_Vol_2:c/assign >NIL: tetrys95: AGA_Vol_2:Software/games/n-z/tetrys
-
-
- path >NIL: AGA_vol_2:C add
- path >NIL: aga_vol_2:utilities add
-
- ;BEGIN MUI
- if exists "AGA_Vol_2:MUI"
- aga_vol_2:c/assign >nil: MUI: "AGA_Vol_2:MUI"
- if exists MUI:Libs
- aga_vol_2:c/assign >nil: add LIBS: MUI:Libs
- endif
- if exists MUI:Locale
- aga_vol_2:c/assign >nil: add LOCALE: MUI:Locale
- endif
- aga_vol_2:c/version >nil: exec.library 39
- if not warn
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- AGA_VOL_2:C/assign >nil: add HELP: MUI:Docs
- endif
- endif
- endif
- ;END MUI
-
- echo " In order to see the icons as intended, make sure you are using a"
- echo " Screenmode of at least 8 COLOURS, then double-click 'ClickForColors'."
- echo " If the Icon's colours look strange, try loading 'MagicColors'."
- WAIT 1
- echo ""
- echo " ALL DONE!!"
- echo ""
- ECHO " NOW CLOSE THIS WINDOW, AND ENJOY USING YOUR CD!!"
- endcli
-