運行bat時隱藏cmd視窗的方法(bat隱藏視窗 隱藏運行bat文件)_vbs_腳本之家
Set ws = CreateObject("Wscript.Shell") wscript.sleep 1200 ws.run "cmd /c start winrar.exe",vbhide wscript.sleep 2200 ws.run "cmd /c start msimn.exe",vbhide wscript.sleep 1200 ws.run "cmd /c start iexplore.exe",vbhide...