vbs脚本:
Set ws= CreateObject("Wscript.shell")
ws.run "cmd /c test.bat",vbhide
另做test.bat填充功能代码
vbs脚本:
Set ws= CreateObject("Wscript.shell")
ws.run "cmd /c test.bat",vbhide
另做test.bat填充功能代码
2万+
4496

被折叠的 条评论
为什么被折叠?