home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / TERMS / BOZBBS08.LZH / BYEMODS.DOC < prev    next >
Text File  |  2000-06-30  |  1KB  |  45 lines

  1. BozBBS version 0.8 Copyright (C) 1988 Bruce Bostwick
  2.  
  3. SYSOP DOCUMENTATION -- PART 2. BYE MODIFICATIONS
  4.  
  5. BozBBS uses BYE510 as its host daemon for the sake of simplicity
  6. and ease of installation. In order to use this system, your
  7. computer must be equipped with a Hayes-compatible auto-answer
  8. modem, preferably 1200 bps. The cable must support DTR and DCD
  9. for proper operation; BYE does not adequately deal with the lack
  10. of DTR handshaking on some computers.
  11.  
  12. The following equates must be set in the BYE assembly source code
  13. for BozBBS to work:
  14.  
  15. NODTR    EQU    NO
  16. IMODEM    EQU    YES
  17. B5IM    EQU    YES
  18. HSnnn    EQU    YES    {configure for your modem's high speed}
  19. DOATZ    EQU    YES
  20. ECHO    EQU    YES
  21.  
  22. After the line:
  23. OXGATE    EQU    NO
  24. insert:
  25. BOZBBS    EQU    YES
  26.  
  27. Go to the point where you find:
  28.     IF    OXGATE
  29. COMFCB    DB    'OXENTR  COM',0,0,0
  30.     DB    0,0,0,0,0,0,0
  31.     DB    0,0,0,0,0,0,0
  32.     DB    0,0,0,0,0,0,0
  33.     ENDIF
  34.  
  35. and insert:
  36.     IF    BOZBBS            ;BozBBS system
  37. COMFCB    DB    'LOGIN   COM',0,0,0    ;login utility
  38.     DB    0,0,0,0,0,0,0        ;21 for rest of FCB
  39.     DB    0,0,0,0,0,0,0
  40.     DB    0,0,0,0,0,0,0
  41.     ENDIF                ;BOZBBS
  42.  
  43. ***BYE510 SHOULD NOW BE READY TO RUN WITH LOGIN.COM***
  44.  
  45. S uses BYE510 a