tokens=3,4 são separados por delims= e utilizados em %%i e %%j
pode ser util...
@echo off
dir /os > teste
FOR /F "tokens=3,4 skip=5 delims= " %%i in (teste) do (
if %%i LEQ 050 (echo "%%j" is a nice file only "%%i" bytes)
)
@echo off
dir /os > teste
FOR /F "tokens=3,4 skip=5 delims= " %%i in (teste) do (
if %%i LEQ 050 (echo "%%j" is a nice file only "%%i" bytes)
)
Nenhum comentário:
Postar um comentário