home *** CD-ROM | disk | FTP | other *** search
- ; $VER: 4D-BBS 2.93
- ; 4D-BBS Default Startup Script
- ; Note! You need to have an assign called 4d-bbs: pointing
- ; to the directory where your 4d-bbs is installed.
- ; In other words, 4d-bbs:Files, 4d-bbs:Boards, etc.
- ; should all EXIST!
- ;
- ; This script assumes you have 4d-bbs setup in the
- ; same way mine was set up (the default).
-
- echo "Starting 4D-BBS..."
-
- Path 4d-Bbs:C Add
-
- assign dbase: 4d-bbs:
-
- assign Boards: exists
- if warn
- assign Boards: 4d-Bbs:Boards
- endif
-
- assign File: exists
- if warn
- assign File: 4d-Bbs:Files
- endif
-
- assign Text: exists
- if warn
- assign Text: 4d-Bbs:Text
- endif
-
- Stack 16384
- 4d-Bbs:C/4D-BBS /b19200 -o1
-