//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
关于如何打包/运行jar包,以及生成exe文件.之前各种查询.博客,终于搞明白究竟是咋回事.记得还做过笔记的.今天要打包生成exe用的时候,居然忘了咋怎来着.去查看之前的笔记,死活没找到(好像被删掉了).决定写下来,以便之后随时调用. 一.jar包 什么是jar包?jar包即(Java Archive File),也就是java归档文件.JAR 文件与 ZIP 文件唯一的区别就是在 JAR 文件的内容中,包含了一个 META-INF/MANIFEST.MF 文件,这个文件是在生成 JAR 文件的