摘要:
双击该vbs脚本,得到点前目录 msgbox "当前文件路径是 " & wscript.ScriptFullName set ws=CreateObject("WScript.Shell") MsgBox "当前文件夹是 " & ws.CurrentDirectory 阅读全文
摘要:
dim wshell,UserName,Password UserName = "aa3" set wshell=createobject("wscript.shell") msgbox(UserName) wshell.run "powershell.exe d:\a.ps1 "&UserName 阅读全文