home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS 1
/
BBS#1.iso
/
communic
/
rbcom400.ha
/
CPOINT.MAC
< prev
next >
Wrap
Text File
|
1993-01-03
|
260b
|
14 lines
; RBcomm macro file for logging on to the Central Point Software BBS
; by Ralf Brown
;
#include "rbcomm"
Auto MULTI
WAITFOR 10 "ANSI?"
TEXT "n\r"
WAITFOR 20 "type \"new\""
TEXT "UserName\r"
WAITFOR 5 "password:"
PASSWORD
TEXT "\r"
END