pushd c:\images for /r %%a in (*.*) do ( MOVE "%%a" "c:\single\%%~nxa" ) popd
Adapted from http://stackoverflow.com/a/11721037 .
How useful was this post?
Click on a star to rate it!
pushd c:\images for /r %%a in (*.*) do ( MOVE "%%a" "c:\single\%%~nxa" ) popd
Adapted from http://stackoverflow.com/a/11721037 .
Click on a star to rate it!
This site uses Akismet to reduce spam. Learn how your comment data is processed.
nice