home *** CD-ROM | disk | FTP | other *** search
- The Cellar Door Mods allow for smarttext in your PROTO.DEF file. A sample has
- been included in the XFER.ZIP file. The basic format is as follows:
-
- The first line is NOT an actual protocol, but it sets up the colors of the
- first protocol:
-
- "{CB{CS
- ",10,IN,,,,,,0.92,,,,
-
- The {CB makes the "A below be Bright Cyan:
-
-
- "A{CA) {CF- {CEASCII Z-Modem Compression (text only){CB
- ",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]"
-
-
- The first letter of the protocol must be the actual letter with no smarttext
- colors at the beginning, so you have to end the text discription with the
- smarttext color you want for the NEXT protocol letter - {CB in this case.
-
- The None option must end with {C0 as shown below to reset the ANSI colors to
- the user's default colors:
-
- "N{CA) {CF- {C4NONE {CF(cancel){C0
-
- Select Protocol",10,IN,,,,,,,,,,
-
-
- The RBBS code uses the same text in your proto.def file to show the caller what
- protocol is being use, so the code is modified to filter out the smarttext codes
- before it prints on the screen:
-
- Protocol: Z) - ZModem
- instead of
- Z{CA {CF- {CEZModem{CB will be printed
-
-