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

  1. ***************************************************************************
  2. * N O C H A N G E . S C R --- Script for logging into NOCHANGE BBS system *
  3. ***************************************************************************
  4. *                                                                         *
  5. *    Script:  Nochange.Scr                                                *
  6. *                                                                         *
  7. *    Purpose: Connects to NOCHANGE system.  Designed for use as           *
  8. *             attached script in dialing directory.                       *
  9. *                                                                         *
  10. *    Invocation:                                                          *
  11. *                                                                         *
  12. *       Execute "Nochange"                                                *
  13. *                                                                         *
  14. *    Remarks:                                                             *
  15. *                                                                         *
  16. *       Change the values of "firstname", "lastname", and "password"      *
  17. *       to those of your own NOCHANGE account.                            *
  18. *                                                                         *
  19. ***************************************************************************
  20. *
  21. *                                  Send CR to wake up BBS.
  22.  SText "|"
  23. *                                  Wait for linefeeds question.
  24. *
  25.  WaitString "CARRIAGE RETURN (Y/N)"
  26. *
  27. *                                  Say YES.
  28.  SText "Y|"
  29. *                                  Wait for graphics question.
  30. *
  31.  WaitString "NOCHANGE GRAPHICS (Y/N)"
  32. *
  33. *                                  Say YES.  (Make sure entry is set
  34. *                                  to ANSI/BBS emulation in dialing
  35. *                                  directory!)
  36.  SText "Y|"
  37. *                                  Wait for name prompt.
  38. *
  39.  WaitString "YOUR FIRST NAME?"
  40. *
  41. *                                  Enter name and password.
  42. *                                  PUT YOURS HERE.
  43. *
  44.  SText "firstname;lastname;password|"
  45.