(no subject)
Yay for horrible abuses of the Windows command prompt!
for %I in ("Muse - Black Holes and Revelations\*.ogg") DO @set title=%~nI && wmaenc -input "%I" -output "D:\MuVo\TX\Muse\!title:~5!" -title "!title:~5!" -setting Q25_44_2
(that's all one line, and requires delayed enviroment expansion to be enabled)
for %I in ("Muse - Black Holes and Revelations\*.ogg") DO @set title=%~nI && wmaenc -input "%I" -output "D:\MuVo\TX\Muse\!title:~5!" -title "!title:~5!" -setting Q25_44_2
(that's all one line, and requires delayed enviroment expansion to be enabled)
