home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / 4d-bbsdemo.lha / 4D-BBSDemo / S / startup-sequence < prev   
Text File  |  1993-07-02  |  454b  |  24 lines

  1. ; this will speed of floppy access!
  2. Addbuffers df0: 25
  3.  
  4. c:SetPatch >NIL: ;patch system functions
  5. cd c:
  6. echo " 4D-BBS Demo by CornerStone Software"
  7.  
  8. FF >NIL: -0 ;speed up Text
  9.  
  10. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  11.  
  12. path c: ram: add ;set path for Workbench
  13.  
  14. cd :
  15.  
  16. makedir ram:env
  17. copy 4D-BBS:envarc/#? ram:env
  18.  
  19. ; run the BBS. This doesn't have to be "stop" the system.
  20. ; you could RUN >NIL: <NIL: 4D-BBS and continue in BBS:
  21.  
  22. execute S:BBS
  23.  
  24.