home *** CD-ROM | disk | FTP | other *** search
- ls df0:c/intro
- Run >NIL: octamedplayer TUNE
- ShowAnim >NIL: "anim"-c +10
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- setenv Workbench $Workbench
- setenv Kickstart $Kickstart
-
- IPrefs
-
- echo "Amiga Release 2. Kickstart $Kickstart, Workbench $Workbench"
-
- conclip
-
- mount speak:
- mount aux:
- mount pipe:
-
- path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
- if exists sys:tools
- path sys:tools add
- if exists sys:tools/commodities
- path sys:tools/commodities add
- endif
- endif
-
- ; If this is the initial boot (i.e. keyboard env variable is not set)
- ; then execute PickMap which will query for a keymap and set the
- ; keyboard env variable.
- ;
- ; if keyboard env variable is set, set the keymap
- if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
- setmap ${sys/keyboard}
- else
- PickMap sys: initial
- endif
-
- if exists s:user-startup
- execute s:user-startup
- endif
-
- LoadWB
-
- endcli >NIL:
-
-