home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1995 February
/
SOFM_Feb1995.bin
/
pc
/
os2
/
zoc
/
install.fil
/
SCRIPT
/
RXSAMPLE
/
MISC
/
6_REPLY
< prev
next >
Wrap
Text File
|
1994-09-23
|
749b
|
31 lines
////////////////////////////////////////////////////////
// AUTORESPONSE
////////////////////////////////////////////////////////
// with the RESPOND function you may setup automatic
// responses for incoming data. These responses are
// checked within a DELAY or WAIT command.
// There is a limitation of 16 responses, each having
// 80 characters max.
// This is a example of how to login to a bbs and skip
// across the initial news (assumed that they have
// a "- press enter to continue -" prompt)
// Setup a few responses
reply "Name" "ZOC^M"
reply "Password" "SECRET^M"
reply " continue -" "^M"
// Dial in
dial 999-8888-7777
// wait and leave the work to the responses
timeout 3600
wait "NO CARRIER"