隐藏命令行CMD框
2010年07月18日
vbs脚本:
Set ws= CreateObject("Wscript.shell")
ws.run "cmd /c test.bat",vbhide
另做test.bat填充功能代码
2010年07月18日
vbs脚本:
Set ws= CreateObject("Wscript.shell")
ws.run "cmd /c test.bat",vbhide
另做test.bat填充功能代码
2万+

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