Does anyone know how to use the MMConverterCon.exe to batch convert? The help file states that batch converting is possible.
There is an -i switch which is for the input file but it doesn't allow for a *.* or anything similar, just single files. Or am I missing something here?
for %%f in (*.mpg) do
C:\nokia\tools\nokia_multimedia_converter_2_0\mmconvertercon.exe -i param -o param
That will loop through all the mpgs in a directory and execute the converter. Trouble is - can't get the converter to execute correctly! Any chance you could help with the parameters? It keeps saying that I've missed one....