<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Under linux/bash, it would be something like....<br><br><br>cd /MusicDirectory<br>find . -type f -name "*.flac"&nbsp; -exec sh -c 'flac -t {} &amp;&amp; flac -8V {}' \;<br><br>Or to simplify and not test each file before re-encode....<br><br>find . -type f -name "*.flac"&nbsp; -exec flac -8 {} \; -print<br><br>Can someone translate this into NTBatch?&nbsp; Basically, recursive "dir" *.flac files as a nested command into a for loop or something?&nbsp; I'd hate to suggest someone install cygwin just because I don't remember how to script in dos.&nbsp; No need for a "GUI" when you can one-line it.<br><br>Frank<br><br><br><br><br><br>&gt; Date: Fri, 28 Sep 2007 14:50:27 +1200<br>&gt; From: lists@whitehouse.org.nz<br>&gt; To: tranzedude@gmail.com<br>&gt; Subject: Re: [flac] re-encode tool win32<br>&gt; CC: flac@xiph.org<br>&gt; <br>&gt; &gt; does somebody know a re-encode tool for win32? So it must have a GUI to make<br>&gt; &gt; a list of FLAC files that need to be re-encoded to a newer flac version and<br>&gt; &gt; it must automatically re-encode the whole list of files (so like the flac<br>&gt; &gt; frontend but with re-encode support).<br>&gt; <br>&gt; I wouldn't mind one for Linux, either!<br>&gt; <br>&gt; Aaron<br>&gt; _______________________________________________<br>&gt; Flac mailing list<br>&gt; Flac@xiph.org<br>&gt; http://lists.xiph.org/mailman/listinfo/flac<br><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>