bat 窗口最小化
@echo off
%1(start /min cmd.exe /c %0 :& exit )
https://blog.csdn.net/wbiokr/article/details/78078354
@echo off
if "%1"=="h" goto begin
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin