#1.3/2.0 on harddisk
22-Feb-92 21:46:11
Sb: #50131-#1.3/2.0 on harddisk
Fm: Jim Steele 73315,375
To: Ron Chapman 73757,1410
OK, Ron, here's the startup I used. I had WB 2.04 installed on DH0:. WB 1.3
was installed in a drawer named Workbench1.3. You could just refer to the
second partition if you want to do it that way.
dh0:Workbench1.3/c/version >nil: graphics.library 37
dh0:Workbench1.3/c/if NOT warn
echo "entering Kickstart 2.0"
execute s:startup-sequence2 ;this is the original 2.0 startup sequence
endcli
ELSE
dh0:Workbench1.3/c/echo "entering kickstart 1.3" ;must use full path
dh0:Workbench1.3/c/assign c: dh0:Workbench1.3/c ;until c: assigned to
assign sys: dh0:workbench1.3 ;1.3
assign s: sys:s
assign devs: sys:devs
assign l: sys:l
assign fonts: sys:fonts
assign libs: sys:libs
execute s:startup-sequence ; this is the original 1.3 startup
endcli
ENDIF