home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / SUN / SLIP / CSN_SLIP.TAR / slip-tip / dirannex.login < prev    next >
Encoding:
Text File  |  1991-01-05  |  405 b   |  30 lines

  1.  
  2. send \r
  3. recv 10/again username:
  4. goto login
  5.  
  6. label again
  7. send \r
  8. recv 10/error username:
  9.  
  10. label login
  11. #
  12. # your login name goes between the \d and the \r below
  13. send \dStest\r
  14. #
  15. recv 10/error word:
  16. #
  17. # your password goes between the \d and the \r below
  18. send \dtest\r
  19. #
  20. recv 10/error annex:
  21. send \d\dslip\r
  22. #
  23. # your IP address is the final argument below
  24. recv 10/error 128.138.193.1
  25. #
  26. done
  27.  
  28. label error
  29. fail
  30.