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

2024-11-20 22:29:15
推荐回答(1个)
回答1:

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