home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power CD-ROM!! 7
/
POWERCD7.ISO
/
dos
/
mycomm
/
generic.scp
< prev
next >
Wrap
Text File
|
1994-08-06
|
498b
|
12 lines
; *** Generic Script for logging into a BBS with MyComm ***
;
; This is provided as an example and may be modified for your own use.
;
xmit("^M") ; send a carriage return
waitfor(30, "User ID") ; wait for them to ask for your name
sendname() ; send your name for this dial entry
waitfor(30, "Password") ; wait for them to ask for your password
sendpass() ; send your password for this dial entry
exit()
; *** end of script ***