[ Last edited by xingxing227 on 2008-3-12 at 01:33 AM ]作者: terse 时间: 2008-3-12 01:49 @echo off
for /f %%a in ('dir /b /a-d /s c:\*.exe ^|find /i /c ".exe"') do echo %%a
pause作者: xingxing227 时间: 2008-3-12 16:12
Quote:
Originally posted by terse at 2008-3-12 01:49 AM:
@echo off
for /f %%a in ('dir /b /a-d /s c:\*.exe ^|find /i /c ".exe"') do echo %%a
pause