#Show your START-UP SEQ!
2 messages in this thread
Here's mine again – With some thought towards FORMATTING for the Forum! 🙂
Sorry about that gain.
c:SetPatch >NIL: r ;patch system functions
dh0:cmsC/zeroclear
Addbuffers df0: 10
cd c:
setclock load
echo "Amiga Workbench Disk. Release 1.3.2 version 34.28"
Sys:System/FastMemFirst ; move C00000 memory to last in list
c:mount VD0:
FF >NIL: -0 ;speed up Text
resident c:Execute pure
Conman >NIL:
copy sys:s/ramdisk.info ram:disk.info
copy sys:s/ramdisk.info vd0:disk.info
relabel vd0: Viny-RAM
RUN >NIL: sys:cMsC/Qmouse -Fs:qmouse.cfg
;
failat 11
;
path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for
Workbench
path sys:cMsC add
Ashell from s:StartupII ;This lets resident be used for rest of script
LoadWB delay ;wait for inhibit to end before continuing
DH0:cmsc/mymenu
endcli >NIL:
Note to others – after importing your startup file into View! (or any
Term/Editor program), put a space or period in front of the lines and CIS
will print it correctly. I forgot that the first time. 🙂
Keep it up Gang – Show me MORE!
– Roy Pahnke –
Casper, Wyomin'
Roy,
Ok, you asked for it!
——————————
(From DF0:s)
c:SetPatch >NIL: ;patch system functions
system/fastmemfirst
BindDrivers
newcli "con://640/200/Coming Up" from dh0:bringitup
endcli >NIL:
(From DH0:bringitup)
mount dha:
assign SYS: dha:
assign c: SYS:c
memguard A
resident c:assign
mount dhb:
mount dhc:
mount null:
mount vd0:
makedir ram:env
makedir ram:t
assign lc: Bertha:lc/c
assign lib: Bertha:lc/lib
assign include: Bertha:lc/include
bindnames verbose
conman
rexxmast
ced -r
copy s:env/#? env:
alias acc "run dha:modem/access!"
alias del delete
mount newcon:
run >NIL: setclock load
run >NIL: <NIL: utilities:sid
run >NIL: <NIL: utilities:nextscreen
run >NIL: <NIL: utilities:snipit
path uucp:c add
newwsh "con://640/200/Almost!" from dh0:bringitup2
endcli >NIL: <NIL:
(From DH0:bringitup2)
path lc: utilities: tools: uucp:c graphics: add
resident lc:lc
resident lc:lc1
resident lc:lc2
resident lc:lmk
resident lc:blink
resident c:run
switcher
fr_bypass
loadwb
newwsh "con://640/200/Almost!" from dh0:bringitup3
endcli >NIL: <NIL:
(From DH0:bringitup3)
stack 20000
cd SYS:
echo "Ok, turkey, do something useful"
-sja