Execute bat scripts through vbs scripts without displaying the cmd window
Set ws = CreateObject ("Wscript.Shell")
Ws.run "cmd / c install.bat", vbhide
# install.bat is the name of the script to be executed, which needs to be placed in the same directory as the xxx.vbs script