home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol130 / signmods.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.7 KB  |  37 lines

  1. 09/06/82 23:52:34
  2.  
  3. notes by Jim Mills regarding implementation of the SIGNON system.
  4.  
  5. The following three files were written for use with SIGNON under the
  6. following conditions:
  7.  
  8. 1. Use SIGNZCPR if you use ZCPR with the drive/user select/limit
  9. mode -- ie: if you allow "A0>B: 5" to go to drive B user 5.  This
  10. module will poke the appropriate values into lower memory for ZCPR
  11. to limit drive and user# select properly.  Make sure the memory
  12. locations poked match the memory locations specified when you
  13. assembled ZCPR.  This version of SIGNON tested with NZCPR 1.6
  14.  
  15. 2. Use SIGNCBBS if you use CBBS or MINICBBS instead of RBBS or
  16. MINIRBBS.  This module changes the routines at line 4900 which
  17. read the summary file and report any messages addressed to the user.
  18. Tested with CBBS version 3.5
  19.  
  20. 3. Use SIGNFALC if you use the Falco TS-1 Terminal and you want
  21. the caller's first initial plus last name to appear on the status
  22. line (convenient for telling at a glance who's online).  The
  23. output is hardcoded to my CRT output ports so the user won't see
  24. the escape sequences, etc.  Make appropriate changes to match your
  25. hardware.  If you customize this routine for use with the status
  26. line on a different terminal, please send a copy of the routine to
  27. Dick Lieber or Jim Mills for incorporation into the "standard"
  28. package.  Thanks.
  29.  
  30. The easiest way to implement the desired changes is to run MBASIC,
  31. load SIGNON, then MERGE the appropriate sub-file (one of the above
  32. files).  Be sure to delete any excess line numbers in the 4900
  33. routine before you merge SIGNCBBS.BAS (if you use this option).
  34. Failing to do so shouldn't hurt the operation, but it may save some
  35. space in the compiled .COM file.
  36.  
  37.