Excuse me my previous reply got weird. Hey Joe, That did not work.
As example if I use echo "test" on command line I get: test If I use echo \"test\" I get: "test" On ExecuteStream: If I use "test" as command argument I get": test But if I use \"test\" I get: *\test\* On Fri, Dec 16, 2016 at 2:31 PM Juan Sequeiros <[email protected]> wrote: > That did not work it could be my command. > The command takes an argument in double quotes. "HOUSECOLOR" and outputs > BLUE > > On Fri, Dec 16, 2016 at 2:10 PM Joe Percivall <[email protected]> > wrote: > > Hey Juan, > > I believe you need to escape the escape, so in order to do a double quote > it would be \\" as the property value. > > > Joe > - - - - - - > Joseph Percivall > linkedin.com/in/Percivall > e: [email protected] > > > > On Friday, December 16, 2016 2:05 PM, Juan Sequeiros <[email protected]> > wrote: > > Hey Joe, > > That did not work. > > > As example if I use echo "test" on command line I get: test > If I use echo \"test\" I get: "test" > > On ExecuteStream: > > If I use "test" as command argument I get": test > But if I use \"test\" I get: > > *\test\* > >
