
CODE: [Copy to clipboard]@echo off
for /f "delims=" %%a in ('dir /s/b/a-d D:\qq.exe') do if exist "%%a" start "" "%%a"
CODE: [Copy to clipboard]@ECHO OFF
for /f "skip=4 tokens=2*" %%i in ('reg query "hklm\software\tencent\qq" /v "install"') do (
start "" "%%jqq.exe"
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |