beachsraka.blogg.se

Soundconverter open folder subfolders
Soundconverter open folder subfolders










Soundconverter open folder subfolders windows#

This batch file should work in most Windows-type DOS prompts, including CMD.EXE, 4DOS/4NT/Take Command, and probably Windows Powershell. It doesn't do all the fancy "this is the input folder" "this is the output folder", but that's why it wasn't working as expected (and why it wouldn't work if you weren't in the topmost music folder). mp3 CBR 128 TRUE JOINT FALSE -outfolder "%out%%%G" -overwrite PROMPT -convert -hide -exit mp3 CBR 128 TRUE JOINT FALSE -outfolder "%out%%%G" -overwrite PROMPT -convert -hide -exitįOR /D %%G IN (*) DO "C:\Program Files\NCH Swift Sound\Switch\switch.exe" -addfolder "%in%%%G" -format. & "C:\Program Files\NCH Swift Sound\Switch\switch.exe" -addfolder "%in%%%G" -format. Thanks in advance for any help that can be OFFįOR /D %%G IN (*) DO ECHO Converting files in: %in%%%G & ECHO Saving them to: %out%%%G & ECHO. Is there any way to change the batch file so that the complete directory structure is preserved so in my example I'd wind up with h:\mp3\bruce springsteen\born to run with 10 songs in it and h:\mp3\bruce springsteen\greatest hits with 20 songs in it?

soundconverter open folder subfolders

The output directory has 30 songs in it, the songs in both the h:\music\bruce springsteen\born to run and h:\music\bruce springsteen\greatest hits subdirectories. When I run the batch file, it is converting the songs in both subdirectories but they all wind up in a subdirectory called h:\mp3\bruce springsteen. Suppose further that I have a subdirectory h:\music\bruce springsteen\greatest hits which has 20 songs in it. So, for example, let's say I have a subdirectory h:\music\bruce springsteen\born to run and that that subdirectory has 10 songs in it. Unfortunately, I'm losing the cd name subdirectory when the conversion is completed. I've changed the in and out directories in the batch file to correspond to my directories. mp3 files in c:\user\mp3 to new mp3 files in c:\user\mp3 128. The batch file below goes through the subdirectory c:\user\mp3 and recursively calls switch to convert the. Nchto was kind enough to post the following batch file which almost does what I need.










Soundconverter open folder subfolders