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.

How to Capture Command line resault

If you have a question or need help, this is the place to be.
Post Reply
alonmalka
Posts: 29
Joined: Wed Dec 04, 2013 10:07 am

How to Capture Command line resault

Post by alonmalka »

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
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: How to Capture Command line resault

Post by Pako »

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
You know flattr ? You can Image
alonmalka
Posts: 29
Joined: Wed Dec 04, 2013 10:07 am

Re: How to Capture Command line resault

Post by alonmalka »

Forgot to say thanks :D
Post Reply