I have a an exe that sits on a remote PC. As a part of Talend DI job I want to run the exe on the remote machine by passing parameters to it. How do I do that? I tried using tSystem component and by specifying Home Directory as "//remoteServerName/d$/Application" and Command as "myApp.exe -F Parameters"
Please could someone let me know if that is the right way of doing things. Because it doesn't seem to work. Error is cannot find myApp.exe on //remoteServerName/d$/Application
Thanks,
Prasad