//autoStart.bat @echo off if "%1" == "h" goto begin mshta vbscript:createobject()(window.close)&&exit :begin //上面是添加隐藏黑框框的 //下面是需要执行的命令 ::auth: linght ::date: -- ::system: windows ::auto start windows exe @set sleepTime= @set e
如图 图1如下 图2如下 图3如下 如下解决 1. Put your cursor on the heading just right of the black box.将光标定位到标题中,紧邻黑框的右侧2. Use the left arrow key on your keyboard to move left until the black box turns grey.按动键盘上的左方向键,直到黑框变成灰色3. Use the keyboard combination ctrl+shift
.bat批处理文件运行时的cmd窗口是无法隐藏的,如果必须隐藏,需要采取间接的方法: 使用bat转exe的软件,有些软件可以在转换过程中让程序在后台运行: 使用vbs来运行bat,代码如下: DIM objShell set objShell=wscript.createObject("wscript.shell") iReturn=objShell.Run(, TRUE)