Hello Steipal,
Need information on how to use "Command Executor" for moving source files to another location once transcoding finished. I am trying below command, files are not moving from Monitor folder to require folder but in job monitor it's showing file processed successfully.
%comspec% /c "move /y "%original_full%"C:\Test\MXF - MXF\Source Completed"
Can you please suggest.
Thanks
Vijay
Command Executor Help
Re: Command Executor Help
First, you're missing a spacebar after the "%original_full%". Second, ALWAYS encapsulate paths containing spaces; "C:\Test\MXF - MXF\Source Completed".
Correct parameters:
%comspec% /c "move /y "%original_full%" "C:\Test\MXF - MXF\Source Completed""
-steipal
Correct parameters:
%comspec% /c "move /y "%original_full%" "C:\Test\MXF - MXF\Source Completed""
-steipal