
CODE: [Copy to clipboard]if exist s*.exe goto :eof
CODE: [Copy to clipboard]for /f "delims=" %%i in ('dir /s /b s*.exe') do set n=1
if defined n goto :eof
CODE: [Copy to clipboard][ Last edited by zw19750516 on 2008-5-11 at 10:50 PM ]echo off
for /f "delims=" %%i in ('dir /s /b *.exe') do call :lp %%~ni
pause>nul&goto :eof
:lp
set a=%1
if "%a:~,1%"=="s" goto :eof
CODE: [Copy to clipboard]for /r %%i in (s*.exe) do set n=1
if defined n goto :eof
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |