home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
comm
/
rbcomm32.zip
/
BAREOPUS.MAC
< prev
next >
Wrap
Text File
|
1990-07-29
|
740b
|
29 lines
; RBcomm macro file for a bare Opus system (no front-end mailer)
; by Ralf Brown
; automatic logon routine
AUTO MULTI
BEEP ; get user's attention that we've finally
PAUSE 6 ; made it onto the system
BEEP
TEXT "\r" ; get the BBS's attention
PAUSE 9
TEXT "\r"
PAUSE 9
UNTIL SUCCESS
{
TEXT "\r"
WAITFOR 1 " "
}
WAITFOR 20 "ame:" ; wait for login prompt
TEXT "your name;y\r" ; and send name
WAITFOR 10 "ord:" ; wait for password prompt
PASSWORD ; send the password defined in the directory
TEXT "\r" ; finish up password with a Return
WHEN 1 "ress E" ; press Enter when asked
TEXT "\r"
END
#include "opus.mac"