CODE: [Copy to clipboard]for /f "tokens=1* delims=-" %%i in ('dir/b *.mp3') do ( ren "%%i-%%j" "%%i - %%j" )