View Single Post
Old 7th June 2010, 01:02   #31  |  Link
diimaan
Registered User
 
Join Date: Jun 2010
Posts: 106
Quote:
Originally Posted by tebasuna51 View Post
You must run this in each folder:
Code:
@echo off
for %%f in (*.mp3) do "D:\BeSweetv1.5b31\BeSweet.exe" -core( -input "%%f.mp3" -output "%%f.ogg"  -logfile Besweet.log ) -ota( -g max ) -ogg( -q 0.600 ) -boost( /b2=4 /l=0.95 )
pause
The %%f is a variable than take the name of each mp3 in the folder.
ohh! is there a way to include sub dirs?
diimaan is offline   Reply With Quote