home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PROGRAMS
/
UTILS
/
COMMUNIC
/
RBCOMM32.ZIP
/
CPOINT.MAC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-07-29
|
263 b
|
15 lines
; RBcomm macro file for logging on to the Central Point Software BBS
; by Ralf Brown
;
Auto MULTI
WAITFOR 10 "ANSI?"
TEXT "n\r"
WAITFOR 20 "type \"new\""
TEXT "your_name\r"
WAITFOR 5 "password:"
PASSWORD
TEXT "\r"
END
#include "rbcomm"