<div dir="ltr">Hi Frank,<div><br></div><div>Thank you for looking into the issue!<div>I tested 99864 and there is still a problem, but it is different.</div><div><br></div><div>An argument of:</div><div>test="ok"</div><div><br></div><div>will be changed to </div><div>"test=\"ok\""<br></div><div><br></div><div>So now the double quotes are not being stripped, however the escaping backslashes are not removed and the argument is still enclosed in another set of double quotes in the resulting argument string used to start the process.</div></div><div><br></div><div>If it is any help, this is the modified file that I got working:</div><div><br></div><div><a href="http://pastebin.com/mCiCZxuV">http://pastebin.com/mCiCZxuV</a><br></div><div><br></div><div>I think that the <span style="font-size:12.8000001907349px">RTGetOptArgvFromString function should be okay, but I made a quick hack to the rtGetOpArgvRequiresQuoting function to prevent it from enclosing in quotes if not necessary - I doubt it'd be good enough for production.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Kr,</span></div><div><span style="font-size:12.8000001907349px">Magnus</span></div></div>