; 4D-BBS Demo installation script.  Assign 4D-BBS: to the directory
; Where you extracted the demo archive.  I.e. if you extracted the
; archive to dh0:, then set the below to "assign 4D-BBS: DH0:4D-Demo".

Assign 4D-BBS Ram:4D-Demo

; 4D-BBS Installation script. If you are installing 4D-BBS on a floppy
; system, TO: should be assigned to the drive, which has a stripped
; workbench setup. Refer to the documentation to see which files you will
; need. If installing on a Hard Drive, make sure TO: is Assigned to the
; directory you use to install 4D-BBS in.

Assign TO: DF1:

; The Following Line creates all the Directories 4D-BBS Needs

Makedir TO:BBS TO:Boards To:Doors To:File To:Menu To:Text To:Users

; This Will Copy the Files from the Diskette 4D-BBS: to the TO: Drive
; If using ARP replace the #? with an *

Copy 4D-BBS:BBS/#?    ALL To:BBS
Copy 4D-BBS:Boards/#? ALL To:Boards
Copy 4D-BBS:Doors/#?  ALL To:Doors
Copy 4D-BBS:File/#?   ALL To:File
Copy 4D-BBS:Menu/#?   ALL To:Menu
Copy 4D-BBS:Text/#?   ALL To:Text
Copy 4D-BBS:Users/#?  ALL To:Users

; Some Misc. Files also need to be copied. If you plan to run this one a
; Floppy System, you should also copy BBS:Startup-Sequence to your S:
; Directory of your boot disk, so that it automatically runs the BBS.

Copy 4D-BBS:Fonts/#? ALL Fonts:      ; Copy 4D-BBS.Font
