Show your START-UP SEQ!
1 messages in this thread
[ continuation ]
mount aux:
mount pipe:
mount NULL: ;Mount Null: to keep KeyMac happy
; Now for the custom stuff
Run >NIL: c:VirusX -N
Run >NIL: c:Qmouse -FS:Qmouse.cnf ; Run Qmouse from a config file
Run >NIL: dh0:Terminals/jrbeep ; Get rid of the screen flashes!
Run >NIL: c:DSD ; Disk Storage Deluxe
Execute dh0:s/Start-ARexx ; Get ARexx going
;
; Convienience Assignments for Programs
;
assign "STARFLEET I:" dh0:Games/Starfleet ; This is to keep
Starfleet…
assign Empire: "Starfleet I:" ; happy. It thinks it's talking to
a
; floppy drive of that name.
assign BOP: DH0:Games/Balance ; Ditto
assign mCAD: dh0:mCAD ; Ditto
assign manxC: dh0:manxC ; Manx C assignments
path ManxC: ManxC:bin add
assign Whap: dh0:Whap
assign Access: dh0:terminals ; Various term programs
assign JRCOMM: dh0:terminals
assign Finddb: dh0:s/Finddb ; Larry Phillips File finder
assign Scripit: dh0:Scripit ; Convienence assign for Scripit
assign Scrip: dh0:Scripit ;Same assign as above but shorter for
SerServer
;since it wont hang with more than 5 characters
assign down: dh1:down ; These are short hand assignments for ease
assign up: dh1:up ; of typing in the cli/shell
assign docs: dh0:docs
assign DPaint: dh0:Paint ; Keep DPaint II happy
assign dh: dh0: ; ditto
assign BBS: dh1:BBS ; Assign + Path for SerServer support.
path BBS: add
set INCLUDE=ManxC:include!ManxC:asm CLIB=ram:!ManxC:lib ; More Manx
set FUNCLIST=ManxC:lint/manx.c DBINIT=s:.dbinit
set CCTEMP=ram:
Xoper -b ; Run Xoper in the back ground. Funny, would only work here
break 1 C ; signal end of this monster
Brian J. Bartlett