potitpanda Posted November 21, 2007 Posted November 21, 2007 Hello everybody I want to check if a string entered in a imputbox, is the same than a password of a specific Win2000 User on my Win2000 Domain. How can I Proceed ? Thanks a lot Potit Panda
PsaltyDS Posted November 21, 2007 Posted November 21, 2007 Take the password from the input box, use it in a RunAsSet(), and then attempt something simple like Run(@ComSpec & " /c DIR"). If it errors out, it was wrong. Don't loop that too much though, it will just lock out the account. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now