
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
set rar.exe="C:\Program Files\WinRAR\rar.exe"
cd /d "D:\我的资料"
if exist *.rar %rar.exe% x -o+ -inul *.rar
for /f "delims=" %%a in ('dir /ad/b/s') do (
if exist "%%a\*.rar" %rar.exe% x -o+ -inul "%%a\*.rar" "%%a"
)
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |