joad;226017 Wrote: 
> 
> Edit:
> This is working
> > 
Code:
--------------------
  >   > 
  > @echo off
  > for /f "usebackq delims=" %%f in (`dir /b /s "*.flac"`) do @echo "%%f" && 
@flac -dcs --totally-silent -- "%%f" | hdcd.exe -i -r
  > 
--------------------
> > 

Apolgies, batch files seem to need %%f, whereas the command line needs
%f.  OINTRW!


-- 
cjk32
------------------------------------------------------------------------
cjk32's Profile: http://forums.slimdevices.com/member.php?userid=5151
View this thread: http://forums.slimdevices.com/showthread.php?t=32967

_______________________________________________
audiophiles mailing list
audiophiles@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/audiophiles

Reply via email to