View Single Post
      12-01-2014, 07:43 AM   #54
vseven
Registered
0
Rep
1
Posts

Drives: none
Join Date: Nov 2014
Location: Ohio

iTrader: (0)

I registered simply to re-repost the conversion program (as people still are having issues finding it) and to post a modified batch file. The problem with the original is it wouldn't convert a file with a space in the name. The new batch file will not only convert a file with a space in it but if you run it in the root of your USB drive or whatnot it will go through each directory and convert all the BR5's to WMAs.


Here is the new batch file that's in the zip so you can see the changes:

for /F "delims=" %%a in ('dir *.br5 /b /s') do bmwconv "%%a"


Hopefully it helps someone out. I take no credit for the conversion program, just the modified batch file.

-Allan
Attached Files
File Type: zip bmwconv.zip (30.5 KB, 3516 views)
Appreciate 0