home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / rbcomm32.zip / CPOINT.MAC < prev    next >
Text File  |  1990-07-29  |  263b  |  15 lines

  1. ; RBcomm macro file for logging on to the Central Point Software BBS
  2. ;  by Ralf Brown
  3. ;
  4. Auto    MULTI
  5.     WAITFOR 10 "ANSI?"
  6.     TEXT    "n\r"
  7.     WAITFOR 20 "type \"new\""
  8.     TEXT    "your_name\r"
  9.     WAITFOR 5 "password:"
  10.     PASSWORD
  11.     TEXT    "\r"
  12.     END
  13.  
  14. #include "rbcomm"
  15.