scriptpw.dll on Windows 2008 and Windows 7 („ScriptPW.Password“)
In Windows XP and Windows 2003 you could use set oScriptPW = CreateObject(„ScriptPW.Password“)strPassword = oScriptPW.GetPassword() to read a password from a batch command script without printing it on the screen. Unfortunately, the DLL that contains the „ScriptPW.Password“ object, scriptpw.dll, no longer exists on…