here's the startup-sequence... copied from notepad, sorry about the formatting.
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:
assign m: dh0:menu/files
assign f: dh0:menu/scripts
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"
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
NewShell "CON:0/0/640/338/AmigaDOS" from s:user-startup
endcli >NIL:
amending previous post- hdtoolbox doesn't have the bootpriority settings I was looking for... what's the program I need?>
:-P