home *** CD-ROM | disk | FTP | other *** search
- ;The Rain Network
- ;
- ; If you make a change to this file you should change the name (line above)
- ; and copy it into the scripts directory (in case you change scripts).
- ;
- set CRLFProcessing=0
- set TelnetCommand=telnet \{System} \{Port}\r\n
- ;
- cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^
- ;
- send ATDT {DialNumber}\r
- waitfor RAIN login:
- send {DialLogin}\r
- waitfor Password:
- send {DialPass}\r
- waitfor vt100
- send \r
- waitfor continue
- send \r
- waitfor continue
- send \r
- waitfor help
- send !
- waitfor coyote%
- send exec srialpop\r
- waitfor %
-