1.修改startup.bat文件 rem Get remaining unshifted command line arguments and save them in the set CMD_LINE_ARGS= :setArgs ""=="""" goto doneSetArgs set CMD_LINE_ARGS=%CMD_LINE_ARGS% % shift goto setArgs :doneSetArgs call "%E
怎么让bat文件在后台无声无息无影无形地运行呢? 用start/min命令去运行bat文件,电脑的任务栏下仍然会有相关的图标,以下的办法可以达到目的. 方法一: bat里有隐藏窗口的命令,很简单,只需要在代码头部加一段代码就可以了. @echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",