home *** CD-ROM | disk | FTP | other *** search
- ; Dial-up Script for IGN (19/08/1999)
- proc main
- delay 3
- waitfor "ogin:"
- transmit $USERID
- transmit "^M"
- waitfor "assword:"
- transmit $PASSWORD
- transmit "^M"
- waitfor "ption:"
- transmit "1"
- transmit "^M"
- delay 3
- endproc