Welcome, Guest. Please login or register.

Author Topic: A2000 Formatted HELP!  (Read 10615 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show all replies
Re: A2000 Formatted HELP!
« on: August 30, 2003, 04:38:48 PM »
@all

OS 1.3 SS-HD
-----------------------------------------------

; Startup sequence for Hard Disk users...checks for hard disk, then
; transfers control if it is present. (The script assumes DH0:)
; TO USE: copy your normal startup-sequence files (Startup-Sequence,
; and StartupII to the S: directory of your hard disk.
; Then rename your normal Startup-Sequence file
; as Startup-Sequence.f in the S: directory of the floppy, just in case.
; Now replace the Startup-Sequence file on the floppy with this file.
;
setpatch
SYS:System/FastMemFirst
binddrivers
assign >NIL: DH0: exists
IF NOT WARN
; hard disk is present
assign sys: dh0:
assign c: SYS:c
assign L: SYS:l
assign FONTS: SYS:fonts
assign S: SYS:s
assign DEVS: SYS:devs
assign LIBS: SYS:libs
makedir ram:tr
assign t: ram:tr
execute s:Startup-Sequence
ELSE
; no hard disk
execute s:Startup-Sequence.f
ENDIF

------------------------------------------

Hope this help.

Ciao