home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / pibterm / pibt41e3.zip / BIX.SCR < prev    next >
Text File  |  1988-02-26  |  2KB  |  45 lines

  1. ***************************************************************************
  2. *        B I X . S C R --- Script for connecting to Byte Infor Exchange   *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Bix.Scr                                                     *
  6. *                                                                         *
  7. *    Purpose: Connects to Byte Information Exchange (BIX) service         *
  8. *             through TymNet network.                                     *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "Bix"                                                     *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "username" and "password" to those of        *
  17. *       your own Bix account.                                             *
  18. *                                                                         *
  19. ***************************************************************************
  20. *
  21. *                                  Define action for end-of-screen processing
  22.  When ".More." "|"
  23. *                                  Wait a few seconds for network to activate
  24.  Suspend 50
  25. *                                  Send terminal identifier
  26.  SText "a|"
  27. *                                  Wait for username prompt
  28.  WaitString "user name:"
  29. *                                  Indicate Bix is desired
  30.  SText "bix|"
  31. *                                  Wait for name prompt
  32.  WaitString "Name?"
  33. *                                  Send user name -- PUT YOURS HERE
  34.  SText "username|"
  35. *                                  Wait for password prompt
  36.  WaitString "Password:"
  37. *                                  Send password -- PUT YOURS HERE
  38.  SText "password|"
  39. *                                  Wait for messages prompt
  40.  WaitString "You have"
  41. *                                  Wait for command prompt
  42.  WaitString ":"
  43. *                                  Stop When activity
  44.  When "" ""
  45.