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

  1. ***************************************************************************
  2. *    P C B O A R D . S C R --- Script for logging into PCBOARD system     *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Pcboard.Scr                                                 *
  6. *                                                                         *
  7. *    Purpose: Connects to PCBoard system.  Designed for use as            *
  8. *             attached script in dialing directory.                       *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "PCBoard"                                                 *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "firstname", "lastname", and "password"      *
  17. *       to those of your own PCBoard account.                             *
  18. *                                                                         *
  19. *       Also see the script "PCBPASS.SCR" for a more robust script for    *
  20. *       PCBOARD systems.                                                  *
  21. *                                                                         *
  22. ***************************************************************************
  23. *
  24. *                                  Wait for graphics prompt.
  25.  WaitString "=no? "
  26. *                                  Indicate we want graphics.
  27.  SText "Y|"
  28. *                                  Wait for name prompt.
  29.  WaitString "name? "
  30. *                                  Send name and password.
  31. *                                  PUT YOURS HERE.
  32. *
  33.  SText "firstname lastname password|"
  34.