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

  1. ***************************************************************************
  2. *        R B B S . S C R --- Script for logging into RBBS BBS system      *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Rbbs.Scr                                                    *
  6. *                                                                         *
  7. *    Purpose: Connects to RBBS system.  Designed for use as               *
  8. *             attached script in dialing directory.                       *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "Rbbs"                                                    *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "firstname", "lastname", and "password"      *
  17. *       to those of your own RBBS account.                                *
  18. *                                                                         *
  19. ***************************************************************************
  20. *
  21. *                                  Wait for name prompt.
  22.  WaitString "ame:"
  23. *                                  Send first name, last name, and password.
  24. *                                  PUT YOURS HERE.
  25. *
  26.  SText   "firstname;lastname;password|"
  27.