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

  1. ***************************************************************************
  2. *        I B B S . S C R --- Script for logging into IBBS BBS system      *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Ibbs.Scr                                                    *
  6. *                                                                         *
  7. *    Purpose: Connects to IBBS system.  Designed for use as               *
  8. *             attached script in dialing directory.                       *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "IBBS"                                                    *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "IDnnnn" and "password" to your own.         *
  17. *                                                                         *
  18. ***************************************************************************
  19. *
  20. *                                  Wait for name request
  21. *
  22.  Waitstring "FIRST Name"
  23. *                                  Quit if not connected.
  24.  If ( NOT Connected ) Then
  25.     Exit
  26.  Endif
  27. *                                  Send ID number and password.
  28. *                                  Also request message reading from
  29. *                                  last previous message.
  30. *                                  PUT YOUR ID/PASSWORD HERE.
  31. *
  32.  WaitQuiet 10
  33.  Stext   "IDnnnn;password;m;r;*|"
  34. *