FOR /R "C:\Source Folder" %i IN (*.png) DO MOVE "%i" "C:\Staging Folder"
If you want to put this into a batch file, change %i
to %%i
.
Posted on February 10, 2021, 7:39 pm By xuan
No comments yet Categories: tech tips Tags: tech tips