Code: Select all
1 /dest:console /password:(my hard-coded password)But it won't work when I try to use a variable in place of my hard-coded password like so:
Code: Select all
1 /dest:console /password:{eg.event.payload.arcomm}Does anyone know if there is a way to make this command line statement work with a variable? I've also tried setting the {eg.event.payload.arcomm} variable to a global eg variable, flashed it using OSD action to confirm the password was there, then used the eg variable, but it still didn't work.

