Windows move files "for loop"

Windows Command Line:

for /R c:imusic %i in (*) do move %i c:music

# use %%i in a script or %i on command line

No comments: