; bix login script
;
; use "take bix" to login
;

define error echo Error: \%1, end

set input timeout-action proceed
set input case ignore
set input echo on
set modem hayes
set speed 2400

dial <TYMNET #>

output \13
pause 5
output \13
input 30 identifier
output a
input 10 log in:
output bix\13
input 30 name?
output <YOUR NAME>\13
input 10 password:
output <YOUR PASSWORD>\13
pause 2
connect
