md qq
创建文件夹cd ..
cd www
返回上级目录 进入目录d:
进入d盘rd qq
删除空文件夹del 1.txt /q
删除文件或目录 不确认ren qq vv
重命名type 1.txt
读取并显示ipconfig
查看本地ipping www.baidu.com
查看ippause
暂停upx 1.exe
压缩exe文件wget
下载文件curl
提交文件7z a 1.zip yoby_tt
压缩7zset 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
最后编辑:Yoby 更新时间:2024-12-11 17:12