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

  1. ***************************************************************************
  2. *        G E N I E . S C R --- Script for logging into GENIE system       *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Genie.Scr                                                   *
  6. *                                                                         *
  7. *    Purpose: Connects to GENIE system.  Designed for use as              *
  8. *             attached script in dialing directory.                       *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "Genie"                                                   *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "username" and "password" to those of        *
  17. *       your own GENIE account.                                           *
  18. *                                                                         *
  19. ***************************************************************************
  20. *
  21. *                                  Wait for system to wake up
  22.  Suspend 300
  23. *                                  Send logon request
  24.  SText "HHH|"
  25. *                                  Wait for username prompt
  26.  WaitString "U#="
  27. *                                  Send user id/password -- PUT YOURS HERE
  28.  SText "username,password|"
  29.