for /f "delims=F:\Downloads\game\expimg\aa"
%%i in ('dir /b /a-d /s "*.txt"') do (
merge_pimg.pl %%i
)
这样吗?还是不行。。我哪里没做对吗?merge_pimg.pl chop $line;找不到。。没法删
for /f "delims=" %%i in ('dir /b /a-d /s "*.txt"') do (merge_pimg.pl %%i)
用了这段代码。。也是不断弹出txt文件。。
[ 本帖最后由 emiya 于 2012-03-31 16:34 编辑 ]