I was wondering if this was possible? I\'m not familiar with using windows command line, but I have to use it for a project I\'m working on. I have a a number of files, for whic
You might also consider adding ".
"
For example for %i in (*.wav) do opusenc "%~ni.wav" "%~ni.opus" is very good idea.
for %i in (*.wav) do opusenc "%~ni.wav" "%~ni.opus"