Hi,
I am new to VBScripting and so need some help. Following is the (runas.vbs) script that I am using to use the RunAs command in command prompt:
Option explicit
Dim oShell, k, strarg
Const PASSWORD = "Password123~"
set oShell= Wscript.CreateObject("WScript.Shell")
WScript.Sleep 500...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.