...
分享

windows cmd命令行隐藏运行

前几天用frps

运行后出现cmd黑框,想把它静默运行

新建vbs文件,输入下面代码

DIM objShell 
set objShell = wscript.createObject("wscript.shell")
iReturn = objShell.Run("cmd.exe /C C:\xxx.exe", 0, TRUE)

修改 xxx.exe 文件为运行文件

CSS 强制换行和禁止换行,超出后显示省略号... mysql中between的用法
biu biu biu
Electron V14 Electron Remote模块用法 electron 防止多开代码 Ubuntu 搭建SVN服务器(SVN Server) android 备份system.img dd命令的使用 android 安卓 adb 禁止系统休眠