美文网首页
windows batch runs in background

windows batch runs in background

作者: tyoko | 来源:发表于2019-01-29 09:22 被阅读0次

add some codes in the before of your codes

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

link

相关文章

网友评论

      本文标题:windows batch runs in background

      本文链接:https://www.haomeiwen.com/subject/rybtsqtx.html