コマンドプロンプトでこうする
for /F %F in ('dir /S /B *.jpg') do move %F .¥
Go to list of users who liked
More than 5 years have passed since last update.
コマンドプロンプトでこうする
for /F %F in ('dir /S /B *.jpg') do move %F .¥
Register as a new user and use Qiita more conveniently
Go to list of users who liked