home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
r
/
rbcomm34.zip
/
OPUS170.MAC
< prev
next >
Wrap
Text File
|
1993-01-03
|
567b
|
26 lines
; automatic logon routine
AUTO MULTI
PAUSE 6
TEXT "\r" ; get the BBS's attention
PAUSE 9
TEXT "\r"
PAUSE 9
UNTIL SUCCESS
{
TEXT "\r"
WAITFOR 1 " "
}
WAITFOR 20 "FULL NAME:" ; 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 "Press" ; press Enter when asked
TEXT "\r"
END
#include "opus.mac"