home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / MISC / SCRIPTS.ZIP / GERT.T < prev    next >
Encoding:
Text File  |  1990-05-19  |  1.0 KB  |  35 lines

  1. :: GEnie IBM PC RoundTable messages download
  2. ::
  3.  
  4. ::I.  SET PROMPT CHARACTER.  Here we set the system-wide prompt character 
  5. :: to ">".  If your prompt character is different, change the following 
  6. :: line, e.g.:  set pr "?"   (set in phone directory)
  7. :    set pr "\006"
  8. :       set pr "?"      : not currently in use
  9.  
  10. ::III. SET BREAK CHARACTER.  Now, make sure that our break character is 
  11. :: known to the script.  If it is control C, the value is "\003". Otherwise, 
  12. :: change the following line.
  13. :    set intr "\003"   (set in phone directory)
  14.  
  15. ::IV.  Set page number in s7
  16. :    set s7 "615"
  17.  
  18. ::V.  Set conference name in s8
  19. :    set s8 "IBM PC Roundtable"
  20.  
  21.  
  22. ::*******************************************************************
  23. ::The script itself starts here.  Some patterns are initialized and we
  24. ::try to reach the RoundTable Bulletin Board first.
  25.  
  26.     pat
  27.     pat 1 " %pr"
  28.     put "m%s7:1\r"
  29.     wait
  30.     pat 12l "\nMessage "
  31.     put "bro all new nor\r"
  32.     wait
  33.     while 12 echof "Prefix: G%s7 Conf: %s8 D/L:%t" wait
  34.     return
  35.