Sidebar

How can we configure a channel to trigger/call external jobs (command line jobs with run time arguments)?

0 votes
497 views
asked Jul 9, 2018 by (330 points)
how to configure a channal so that i can invoke cmd and execute a command with runtime args?

1 Answer

0 votes
Use the Following KB:

https://www.qvera.com/kb/index.php/299/there-way-to-have-qie-run-an-external-executable-or-batch-file?show=299#q299

It is highly recommended if you can find a jar file that you can do this in Java to write the code in the channel using that jar file. The reason is that with running a external command or batch file qvera cannot control that thread and if it hangs up you will have to restart QIE to get it to stop.
answered Jul 9, 2018 by brandon-w-8204 (33,270 points)
commented Jul 25, 2018 by (330 points)
actually i want to invoke one java batch file using cmd ,which is there outside the qvera ,now how do i configure the channel , i mean how do i configure source channel ...still i  am not able to complete that task ...above solution couln't help me...
...