I am looking for a simple vbs that asks for a password with inputbox after you run it. (the password check can happen with plain text in the script - i know it is not secure but it is good enough). if the password is correct it should execute a net use command Y: // ..... after that it should give out a msgbox.
If the password does not match it should return a msgbox. (and optionally send an email to X with subject Y) and then close itself.
would be a huuuge help if someone could write these lines I tried several things and couldnt come up with a conclusion.
If the password does not match it should return a msgbox. (and optionally send an email to X with subject Y) and then close itself.
would be a huuuge help if someone could write these lines I tried several things and couldnt come up with a conclusion.