I have an alert that runs an external program
Batch file just echo's the command lines
But as the ${message} has spaces the script interprets the words as extra command line parameters. is there anyway around that?
Regards
We do something similar and for our alert variables we have to enclose anything that has (or could have) spaces within "quote marks". If we don't, we see the same end result whereby the space is treated as the next variable.
Thanks, i'm trying that;
but that isnt working
I guess its coming across another control character its misinterpreting.
And here is where I throw my hands up and say 'I don't know' Reach out to support or if you have one your TAM?
Thanks for trying! this could be a Cisco ASA syslog specific issue ..
Hello sorry late to the party but are you trying to just display the message in the Alert or is there more to your batch file?
At the moment just log the message to a log file via the batch file.
Can you post an example of the message?