home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t146 / 1.img / SK2-2.ZIP / COMMS / BIX.SCR next >
Encoding:
Text File  |  1991-01-11  |  488 b   |  34 lines

  1. ;
  2. ; Log in to BIX, via TymeNet.
  3. ;
  4. ; This script expects the following script passwords to have been 
  5. ; defined:
  6. ;
  7. ;    bixname  - Your BIX username 
  8. ;    bixpsw   - Your BIX password 
  9. ;
  10.  
  11. TimeOutUnit 1
  12. Delay (1)
  13.  
  14. Repeat
  15.    Match ALL,1
  16.    If Not OK Then
  17.       Write CR
  18.    EndIf
  19. 10 Times Or Until OK
  20. If Not OK Then
  21.    Restart
  22. EndIf
  23.  
  24. Write "A"
  25.  
  26. Match "in:"            ;please log in:
  27. Write "bix",CR
  28.  
  29. Match "Name?"
  30. Write @bixname,CR
  31.  
  32. Match "Password:"
  33. Write @bixpsw,CR
  34.