批处理文件中,将窗口最小化的命令是什么?
批处理文件中,将窗口最小化的命令是什么?
日期:2021-05-29 02:17:39 人气:1
这个不是最小化。。是彻底隐藏窗口。。
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
rem 以下是你的命令内容。
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
rem 以下是你的命令内容。