home *** CD-ROM | disk | FTP | other *** search
- c:setpatch >NIL:
- c:version >NIL:
- addbuffers >NIL: df0: 15
- Failat 21
-
- Resident >NIL: C:Execute PURE ADD
-
- makedir ram:T ram:Clipboards ram:env ram:env/sys
- copy >NIL: ENVARC: ram:env all quiet noreq
-
- assign ENV: ram:env
- assign T: ram:t ;set up T: directory for scripts
- assign CLIPS: ram:clipboards
- assign REXX: s:
-
- if exists sys:Monitors
- join >NIL: sys:monitors/~(#?.info) as t:mon-start
- execute t:mon-start
- delete >NIL: t:mon-start
- endif
-
- BindDrivers
-
- setenv Workbench $Workbench
- setenv Kickstart $Kickstart
-
- IPrefs
-
- echo "Amiga Release 2. Kickstart $Kickstart, Workbench $Workbench"
- echo "Welcome to HighSpeed Pascal 1.10"
-
- conclip
-
- mount speak:
- mount aux:
- mount pipe:
-
- path ram: c: sys:hspascal 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:
-
-