Vbs black box to hide the BAT runtime

start.bat replace your bat on it

New vbs can be pasted in, VBS can be used to change the extension txt       start.txt → start.vbs

Code:

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

Guess you like

Origin www.cnblogs.com/xiongmaoshu/p/12598107.html