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.

Search found 4 matches

by akshay7394
Thu Nov 17, 2016 6:14 am
Forum: General Support
Topic: How to pass eg.event.payload.arcomm from AutoRemote to cmd?
Replies: 7
Views: 3284

Re: How to pass eg.event.payload.arcomm from AutoRemote to c

I'm not using AutoRemote but if I use the attached test tree that URL works fine for me so I don't think the issue is caused by the "Run Command" action but is lost somewhere else in your setup. Note how I've used the python command to print the value of the variable to the log. This can be a ...
by akshay7394
Wed Nov 16, 2016 7:23 am
Forum: General Support
Topic: How to pass eg.event.payload.arcomm from AutoRemote to cmd?
Replies: 7
Views: 3284

Re: How to pass eg.event.payload.arcomm from AutoRemote to c

Double click on the "Run Command" action.
Uncheck the box next to "Disable parsing of string".
Click "OK".
If the value of your variable is set correctly then it should now work as expected.


Thank you! This worked perfectly. Follow-up question, does a command prompt not read "&" symbols? My URL ...
by akshay7394
Wed Nov 16, 2016 6:29 am
Forum: General Support
Topic: How to pass eg.event.payload.arcomm from AutoRemote to cmd?
Replies: 7
Views: 3284

Re: How to pass eg.event.payload.arcomm from AutoRemote to c

Double click on the "Run Command" action.
Uncheck the box next to "Disable parsing of string".
Click "OK".
If the value of your variable is set correctly then it should now work as expected.
Aw man I love you, it's working perfectly now. Thanks a ton :D
by akshay7394
Tue Nov 15, 2016 12:31 pm
Forum: General Support
Topic: How to pass eg.event.payload.arcomm from AutoRemote to cmd?
Replies: 7
Views: 3284

How to pass eg.event.payload.arcomm from AutoRemote to cmd?

Hey everyone!

New to eventghost, still trying to get a grip on it all. Right now I'm trying to pass a variable received via AutoRemote onto a command line command which is being used to open a URL on a specific Chrome profile.

'eg.event.payload.arcomm' is the variable being handed off by ...