pcl_test 当前离线
荣誉版主
@echo off & setlocal enabledelayedexpansion set n=0 for %%a in (*) do set /a #%%~xa+=1 for /f "tokens=2 delims==" %%b in ('set #') do if %%b geq !n! set n=%%b set #|find "=%n%" pause复制代码
TOP