用文本文档打开bat文件,在开头处写入

 @echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
REM

 



相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-09-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2021-11-28
  • 2021-08-19
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案