Please?
On R15 I was able to call musicconverter.exe with -list_to_conv, but on R16 it fails. When I intercept the call from Batch Converter
and add my C:\temp\templong.mp3 to the .tmp file, the result is:
(My objective is to feed my own list of filenames to Music Converter.)
I'm aware external use of -list_to_conv is unsupported.
On R15 I was able to call musicconverter.exe with -list_to_conv, but on R16 it fails. When I intercept the call from Batch Converter
Code:
MusicConverter.exe -list_to_conv C:\Users\Chris\AppData\Local\Temp\TMPA2C3.tmp -signal_event_got_files fsdmc--113139006
(My objective is to feed my own list of filenames to Music Converter.)
I'm aware external use of -list_to_conv is unsupported.
Comment