CMD递归文件夹
摘要:SET dir=%~dp0SET /a cnt=0echo dir is: %dir%cd /d %dir%for /R %dir% %%i in (*.apk) do ( set /a cnt=cnt+1 echo %%~nxi>>1.txt) echo %cnt%pause以上的目的是在WIND...
阅读全文
posted @ 2015-10-07 16:10
posted @ 2015-10-07 16:10
posted @ 2015-07-06 12:53
posted @ 2015-07-03 17:01
posted @ 2010-12-15 11:30
posted @ 2010-11-30 14:08
posted @ 2010-10-26 14:47