隐藏CMD窗口,使程序在后台执行
Posted linyufeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了隐藏CMD窗口,使程序在后台执行相关的知识,希望对你有一定的参考价值。
@echo off
if "%1"=="h" goto begin
start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
代码放在此处即可
参考链接: https://jingyan.baidu.com/article/cb5d6105a4105e005c2fe0d5.html
以上是关于隐藏CMD窗口,使程序在后台执行的主要内容,如果未能解决你的问题,请参考以下文章