home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMN199D.LHA / avminstall / bbs-startup / 4d-startup next >
Encoding:
Text File  |  1994-08-02  |  672 b   |  34 lines

  1. ; $VER: 4D-BBS 2.93
  2. ; 4D-BBS Default Startup Script
  3. ; Note!  You need to have an assign called 4d-bbs: pointing
  4. ;        to the directory where your 4d-bbs is installed.
  5. ;        In other words, 4d-bbs:Files, 4d-bbs:Boards, etc.
  6. ;        should all EXIST!
  7. ;
  8. ;        This script assumes you have 4d-bbs setup in the
  9. ;        same way mine was set up (the default). 
  10.  
  11. echo "Starting 4D-BBS..."
  12.  
  13. Path 4d-Bbs:C Add
  14.  
  15. assign dbase: 4d-bbs:
  16.  
  17. assign Boards: exists
  18. if warn
  19.    assign Boards: 4d-Bbs:Boards
  20. endif
  21.  
  22. assign File: exists
  23. if warn
  24.    assign File: 4d-Bbs:Files
  25. endif
  26.  
  27. assign Text: exists
  28. if warn
  29.    assign Text: 4d-Bbs:Text
  30. endif
  31.  
  32. Stack 16384
  33. 4d-Bbs:C/4D-BBS /b19200 -o1
  34.