• md qq 创建文件夹
  • cd .. cd www 返回上级目录 进入目录
  • d: 进入d盘
  • rd qq 删除空文件夹
  • del 1.txt /q 删除文件或目录 不确认
  • ren qq vv 重命名
  • type 1.txt 读取并显示
  • ipconfig 查看本地ip
  • ping www.baidu.com 查看ip
  • pause 暂停
  • upx 1.exe 压缩exe文件
  • wget 下载文件
  • curl 提交文件
  • 7z a 1.zip yoby_tt 压缩7z
  • set CGO_ENABLED=1 导入变量
  • bcdedit /set hypervisorlaunchtype auto 安卓子系统启用

启动隐藏窗口

@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
REM

windows后台运行

dim objShell 
set objShell=wscript.createObject("WScript.Shell") 
dim path
path = createobject("Scripting.FileSystemObject").GetFolder(".").Path
msgbox "启动程序进程成功"
iReturnCode=objShell.Run(path&"\hello.exe",0,TRUE)
作者:Yoby  创建时间:2020-07-22 21:51
最后编辑:Yoby  更新时间:2024-12-11 17:12
上一篇:
下一篇: