- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Oh you mean a pipiline defined in yaml, running in poweshell to execute a command in docker on windows?
Run a PowerShell script from batch, but call it using start-process as administrator, using a variable for the path and also pass parameters to the script.
I had to do this yesterday. First I tried ". Then \", finally \" worked. Which doesn’t make sense. But I’m not looking for answers, I’ve got more Jira tickets this sprint.
LOL even here it gets me . I tried slash quote, slash slash slash quote, finally slash slash quote worked.
You mean
\"
,\\"
, and\\\"
?
[[[[[["TCL/TK has \\\\\\\\\\"entered\\\\\\\\\\" the chat."]]]]]]
Aaaaaaaaaaaaaaaaaaa No!!! My data! Please stop doing that!
I think I have seen a few CLI tools that put the input between an open and close arg like this “-arg1 random passthrough string -arg1-”
Now say the CLI tool is passed a string that has “-arg1-” inside it.