We like to execute a windows command from inside a system flow
Example:
DIR "\\sharename\queue" /b /s >”\\sharename\cmd\queue.txt"
What is de best approach?
We like to execute a windows command from inside a system flow
Example:
DIR "\\sharename\queue" /b /s >”\\sharename\cmd\queue.txt"
What is de best approach?
Best answer by Anne Buit
Hi Harm,
Having Indicium execute a shell command like this is currently not possible.
The easiest approach would be to set up a small, local web service that has the proper authorization to execute such commands and call this via an HTTP connector.
For this specific use case, consider using the List folder connector to read the files from a directory.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.