执行一个批处理时,如何让它不弹出对话框?

2024年11月20日 22:29
有1个网友回答
网友(1):

@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
下面接你的程序,但是会闪一下窗口