Unable to parse speechmarks "" into powershell using RunProgram
Hi, I'm having problems with Executing powershell, for example:cmd = EvalInsert(
"\[$imageFile = "test"]\");
rp1 = RunProgram(Executable("C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" ),
Options(Eval(cmd)),
ReadFunction("text")
);The actual cmd i want to use is more complex but has the same problem with speechmarks. Printing rp1 in the log gives: "test : The ...
bwilliamson
vince_faller