home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CDOR0811.ZIP / DOCS.ZIP / PROTO.DOC < prev    next >
Encoding:
Text File  |  1993-04-25  |  1.3 KB  |  37 lines

  1. The Cellar Door Mods allow for smarttext in your PROTO.DEF file.  A sample has
  2. been included in the XFER.ZIP file.  The basic format is as follows:
  3.  
  4. The first line is NOT an actual protocol, but it sets up the colors of the
  5. first protocol:
  6.  
  7. "{CB{CS
  8. ",10,IN,,,,,,0.92,,,,
  9.  
  10. The {CB makes the "A below be Bright Cyan:
  11.  
  12.  
  13. "A{CA) {CF- {CEASCII Z-Modem Compression  (text only){CB
  14. ",10,S,8,,,1024,,0.95,,1=E,"C:\RBBS\XFER\DSZ.COM port [PORT#] speed [BAUD] estimate 0 [CBAUD] sz -Z -m [FILE]","C:\RBBS\XFER\DSZ.COM port [PORT#] speed [BAUD] estimate 0 [CBAUD] rz -Z -m -p [FILE]"
  15.  
  16.  
  17. The first letter of the protocol must be the actual letter with no smarttext
  18. colors at the beginning, so you have to end the text discription with the
  19. smarttext color you want for the NEXT protocol letter - {CB in this case.
  20.  
  21. The None option must end with {C0 as shown below to reset the ANSI colors to
  22. the user's default colors:
  23.  
  24. "N{CA) {CF- {C4NONE {CF(cancel){C0
  25.  
  26. Select Protocol",10,IN,,,,,,,,,,
  27.  
  28.  
  29. The RBBS code uses the same text in your proto.def file to show the caller what
  30. protocol is being use, so the code is modified to filter out the smarttext codes
  31. before it prints on the screen:
  32.  
  33.                          Protocol:  Z) - ZModem
  34.             instead of
  35.                          Z{CA {CF- {CEZModem{CB  will be printed
  36.  
  37.