You are on page 1of 1

I:\Alstom\LeakDiag Logs\copia.

bat segunda-feira, 28 de março de 2011 09:54

@echo off
setlocal EnableDelayedExpansion
set count=1
FOR %%F IN (*.xml) DO (
set /a count+=1
set /a rest=!count!%2
echo Count = !count!
echo Rest = !rest!
echo ==============
)

-1-

You might also like