Hi,<br><br>I want to use the "flac" encoder (in commandline mode) and I specify this command to encode all .WAV files in the current directory:<br><br>N:\WAV>flac -V --best -- *.wav<br><br>flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
<br>flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are<br>welcome to redistribute it under certain conditions. Type `flac' for details.<br><br>ERROR: can'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'm using windows)?<br>I remember that typing 'flac --best *wav' DID work in linux, why doesn't it work in windows?
<br><br>thanks<br><br><br>