#90 Iterating through groups of files

REM Iterating through groups of files
for %%B in (D:\projects\bat\test\*.txt) do (echo %%B)
pause