home *** CD-ROM | disk | FTP | other *** search
- ; PCBOARD login script for Unicom
- ;
- Delay(2000)
- Waitfor ("?") ; Do you want ansi graphics?
- Delay(500)
- Send ("Y^M) ; Set this to Y or N
- Waitfor("name?")
- Delay(500)
- Send("FIRST^M") ; Set FIRST to your first name
- Waitfor("?")
- Delay(500)
- Send("LAST^M") ; Set Last to your Last name
- Waitfor(")")
- Send("PASSWORD^M") ; Set PASSWORD to your password
- exit