;+----------------------------------------------------------+
;| System-X 1.06 (eSSeXX) StartScript                       |
;| ----------------------------------                       |                                  |
;| Needed Assigns - SX:                                     |
;| Other Assigns are not absolute needed, but they are      |
;| very usefull.                                            |
;| Programms in c: - nodcon (handle the nodes)              |
;+----------------------------------------------------------+

; Run TCP
; -------
;run >nil: sys:dfue/miami/miami <nil:
;wait 2
;run >nil: sys:rexxc/rx miamiiconify.rexx
;wait 1
;run >nil: aws:aws servers=aws:conf/aws deftype=text/plain tzoff=0 debug=0

; related assigns for the bbs & tools
; -----------------------------------
assign >nil: sx: bd0:sx/                ; change this to your <path>
assign >nil: dd: sx:                    ; assign for DayDream Doors
assign >nil: daydream: sx:              ; i`m not sure
assign >nil: doors: sx:doors/           ; assign for Doors
assign >nil: files: sx:confs/           ; assign for Files
assign >nil: bbs: sx:                   ; the bbs: assign
assign >nil: utils: sx:utils/           ; assign for sx:utils/
;assign >nil: aminet: sx:aminet/         ; aminet assign
;assign >nil: strip_n_add: utils:adder/  ; strip and ad assign
;assign >nil: RPGBBS: doors:game/RPGBBS  ; DoorGame
;assign >nil: DIZZY: utils:dizzy/        ; for the aminetdizzer
;assign >nil: MAIL: sx:TrapDoor/         ; for Fidonet/Trapdoor

; set some envoirement variables now
; ----------------------------------
setenv dreamutils sx:configs/     ; needed for some DD-Doors

; start SX Master Control Programm and the Nodes you like
; -------------------------------------------------------
cd sx:
run >nil: sx:sx-mcp               ; start SX
wait 2                            ; and stay cewl
run >nil: sx 1                    ; start Node 1
;run >nil: sx 2                   ; and so on ...
;run >nil: sx 3 
;run >nil: sx 4 

; user setup for Doorgames
; ------------------------
;cd RPGBBS:
;run >nil: RPGBBSserver
;wait 1
;run >nil: doors:hacknslash/hsserver >nil:

; mount the cd-devices
; --------------------
;run >nil: c:mount >nil: cd1:
;run >nil: c:mount >nil: dd1:
;mount >nil: dd2:
;mount >nil: dd3:
;mount >nil: dd4:

; start the AutoEvents
; --------------------
;run >nil: sx:utils/crontask/crontask >nil:
