home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
comm
/
misc
/
014
/
ddj.mac
< prev
next >
Wrap
Text File
|
1993-01-02
|
488b
|
26 lines
; RBcomm macro file for logging on to the Dr. Dobb's Journal BBS
; by Ralf Brown
;
Auto MULTI
PAUSE 4
TEXT "\r"
WAITFOR 12 "login:"
TEXT "online\r"
WAITFOR 12 "egister):"
TEXT "UserName\r"
WAITFOR 8 "word"
PASSWORD
TEXT "\r"
WAITFOR 12 "help"
TEXT "1\r"
END
; log the entire session to disk
OnLoad OPEN_LOG "d:/tmp/ddj.log"
; but turn off the logging when we hang up
Cleanup CLOSE_LOG
; include the standard key bindings
#include "rbcomm"