home *** CD-ROM | disk | FTP | other *** search
- :: GEnie IBM PC RoundTable messages download
- ::
-
- ::I. SET PROMPT CHARACTER. Here we set the system-wide prompt character
- :: to ">". If your prompt character is different, change the following
- :: line, e.g.: set pr "?" (set in phone directory)
- : set pr "\006"
- : set pr "?" : not currently in use
-
- ::III. SET BREAK CHARACTER. Now, make sure that our break character is
- :: known to the script. If it is control C, the value is "\003". Otherwise,
- :: change the following line.
- : set intr "\003" (set in phone directory)
-
- ::IV. Set page number in s7
- : set s7 "615"
-
- ::V. Set conference name in s8
- : set s8 "IBM PC Roundtable"
-
-
- ::*******************************************************************
- ::The script itself starts here. Some patterns are initialized and we
- ::try to reach the RoundTable Bulletin Board first.
-
- pat
- pat 1 " %pr"
- put "m%s7:1\r"
- wait
- pat 12l "\nMessage "
- put "bro all new nor\r"
- wait
- while 12 echof "Prefix: G%s7 Conf: %s8 D/L:%t" wait
- return
-