How to run a batch file on all sub directories within a directory? -



How to run a batch file on all sub directories within a directory? -

i have batch file (reduceflacpadding.bat) cut down padding in flac files within directory using metaflac.exe

these flac files stored in subdirectories (one per album) within directory e:\flac library

at moment processing flac files 1 album @ time, moving batch file targeted subdirectory each time. (the batch file set process flac files within directory)

my question is; there way run batch file on *.flac files in subdirectories of e:\flac in 1 go?

please allow me know if need more information

windows 7

i alter command finds *.flac files find recursively rather running batch file on every directory.

batch-file

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -