隐藏BAT运行时黑框的vbs

start.bat 更换为你的bat就可以

新建vbs粘贴里即可,VBS可用txt更改扩展名即可      start.txt → start.vbs

代码:

Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c start.bat",vbhide

猜你喜欢

转载自www.cnblogs.com/xiongmaoshu/p/12598107.html