Hi,<br><br>I want to use the &quot;flac&quot; encoder (in commandline mode) and I specify this command to encode all .WAV files in the current directory:<br><br>N:\WAV&gt;flac -V --best -- *.wav<br><br>flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007&nbsp; Josh Coalson
<br>flac comes with ABSOLUTELY NO WARRANTY.&nbsp; This is free software, and you are<br>welcome to redistribute it under certain conditions.&nbsp; Type `flac&#39; for details.<br><br>ERROR: can&#39;t open input file *.wav: Invalid argument
<br><br>What is wrong in my syntax or how can I specify to encode all *.wav files in the current directory (I&#39;m using windows)?<br>I remember that typing &#39;flac --best *wav&#39; DID work in linux, why doesn&#39;t it work in windows?
<br><br>thanks<br><br><br>