返回列表 发帖
Set ws = CreateObject("WScript.Shell")
Set oExec = ws.Exec("cmd.exe")
oexec.StdIn.WriteLine "runas /user:username setup.bat"
oexec.StdIn.WriteLine "password"COPY

2楼的这段代码不行。
Life is a balance.

TOP

路过,感觉不错,顶一下!

TOP

返回列表