Command Executor Help

Questions and answers on how to get the most out of FFAStrans
Post Reply
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

Command Executor Help

Post by vijm1972 »

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
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Command Executor Help

Post by admin »

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
Post Reply