Hi all,
I am trying to run a program through start application in EG that runs on a command line. I would ike to capture the resault so I can search insdie the string for the word (Success) and to use it to trigger another action. Is it possible to do so?
Thanks,
Alon
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
How to Capture Command line resault
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: How to Capture Command line resault
Get result from System.Execute
Now exist another option (it was not previously).
You can use the "System: Windows Command" action.
It returns a result when you tick "Wait until ..."
Or, you can get the result as event payload (if you tick the "Trigger event ..." check box).
Pako
Now exist another option (it was not previously).
You can use the "System: Windows Command" action.
It returns a result when you tick "Wait until ..."
Or, you can get the result as event payload (if you tick the "Trigger event ..." check box).
Pako
You know flattr ? You can 

Re: How to Capture Command line resault
Forgot to say thanks 