home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / AMEOL / AMEOL95 / PASSWORD.SC_ / PASSWORD.SC
Text File  |  1994-04-30  |  460b  |  14 lines

  1. REM PASSWORD.SCR v1.12 "Cix PASSWORD change command"
  2. REM Contributed by horus@cix
  3. REM +++++++++++++++++++++++++++++++++++++++++++++
  4. status "Changing your CIX password..."
  5. put "password"
  6. waitfor "Old password:"
  7. put "%s('Change CIX Password', 'Old password:')"
  8. waitfor "New password:"
  9. put "%s('Change CIX Password', 'New password:')"
  10. waitfor "Re-enter new password:"
  11. put "%s('Change CIX Password', 'Renter new password:')"
  12. waitfor "M:"
  13. status ""
  14. end