; Script to setup default assigns for 4D-BBS, utils, and launch the program

echo " "
echo "Please Look at the BBS File in the S direcotory"
echo "for more information on running 4D-BBS. "
echo " "
 
; These are DEFAULT assigns. You can setup FULL paths in the
; cfg_ed program, but this is a lot easier!

assign BBS:       4D-BBS:BBS
assign USERS:	   4D-BBS:Users
assign MENU:      4D-BBS:Menu
assign DOORS:     4D-BBS:Doors
assign TEXT:      4D-BBS:Text
assign DBASE:     TEXT:Dbase

;These assigns aren't needed but make life a little easier

assign BOARDS:    4D-BBS:Boards
assign FILE:      4D-BBS:Files

; You need this for UUCP news

assign UUNEWS:    BOARDS:

; You Need this for UUCP Mail

assign UUMAIL: BOARDS:UUMail


; Need to Setup some programs
 
;Use FF on -1.3 systems.
FF 4d-bbs.font

; 4D needs a stack of about 20k
Stack 20000

; Current Dir when 4D is ran is where RS will initially
; puts its files. Make sure this has a *resonable* amount
; of room or the upload will fail. This is also where the
; rzlog will reside.
CD BBS:

; Run the cfg_ed program to see all options.

; Use this one if you have a 2400 baud modem
;4D-BBS 

; Use this one if you have a HS modem
; and want to lock the serial port 
;4D-BBS /b19200

