
- 帖子
- 94
- 积分
- 329
- 技术
- 1
- 捐助
- 0
- 注册时间
- 2009-12-27
|
I can not exec the below vbs. COuld you help me, thanks!
The 111.bat operation is normal.
Set ws = CreateObject("WScript.Shell")
Set oExec = ws.Exec("cmd.exe")
oexec.StdIn.WriteLine "runas /user:danch 111.bat"
oexec.StdIn.WriteLine "mypassword" |
|