home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 February
/
BUYER_0296.iso
/
net
/
ameol
/
ameolnt
/
password.sc_
/
password.sc
Wrap
Text File
|
1994-04-30
|
460b
|
14 lines
REM PASSWORD.SCR v1.12 "Cix PASSWORD change command"
REM Contributed by horus@cix
REM +++++++++++++++++++++++++++++++++++++++++++++
status "Changing your CIX password..."
put "password"
waitfor "Old password:"
put "%s('Change CIX Password', 'Old password:')"
waitfor "New password:"
put "%s('Change CIX Password', 'New password:')"
waitfor "Re-enter new password:"
put "%s('Change CIX Password', 'Renter new password:')"
waitfor "M:"
status ""
end