<div>Add checks for existance of command to run in order to keep the</div><div>new quote handling capabilities of cmd.exe /C or /K. If the command</div><div>cannot be found, drop back to /S processing mode as per cmd.exe help.</div>
<div><br></div><div>cmd.exe defaults /S off unless certain conditions are met - these</div><div>conditions are spelt out in cmd.exe /? help on windows. Specifically,</div><div>a command such as cmd.exe /c "echo hello" matches all the conditions</div>
<div>other than the string in quotes being an executable, which we do not</div><div>currently check.</div><div><br></div><div>[Fixes bug 21927 and possibly 25738]</div>