Author: Axis
Posted: Tue Jul 19, 2016 5:18 am (GMT -6)
It's strange because the following internal command works fine:
Command:
cmd.exe /k ""%commander_path%\(Tools\ffmpeg\ffmpeg.exe""
Parameters:
?-f concat -i %F -c copy file 'output.%E'
Thanks
Posted: Tue Jul 19, 2016 5:18 am (GMT -6)
Dalai wrote: |
CMD expects the whole command to be enclosed in quotes when /C (or /K) is used. |
It's strange because the following internal command works fine:
Command:
cmd.exe /k ""%commander_path%\(Tools\ffmpeg\ffmpeg.exe""
Parameters:
?-f concat -i %F -c copy file 'output.%E'
Thanks