Windows Command Line:
for /R c:imusic %i in (*) do move %i c:music
# use %%i in a script or %i on command line
Various and sundry technical notes and instructions for myself or anyone who cares to decipher them
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:
Post a Comment