#91 Iterating through directories and files inside these directories
set myDir="D:\lib" for /d %%B in (%myDir%\*) do ( @for %%C in ("%%B\*.dat") do echo %%C) pause
Aug 13, 2020 | batch | 0 comments
#91 Iterating through directories and files inside these directories
set myDir="D:\lib" for /d %%B in (%myDir%\*) do ( @for %%C in ("%%B\*.dat") do echo %%C) pause
Subscribe now to keep reading and get access to the full archive.
Recent Comments