I need to pass a connection string as a variable to FBCMD. These connection strings have semicolons in them, but FBCMD uses semicolon as a variable delimiter. How can I escape this character properly? I tried \; but it didn't work.
Hi Eric
FBCmd doesn’t have support for escaping semicolons on the command line. I guess that’s something we need to add.
In the meantime, use another symbol and use the String Replace action at the start of the build to get the semicolons back into the variables.
Thanks I’ll give that a go. Hope to see escaping in the future though.