Worse still; there doesn't seem to be a way to make `run` work with `cmd.exe` 
commands at all. Even if you escape the args yourself properly, they seem to 
get butchered by libuv's quoting. There's a 
UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS that'd avoid quoting, though currently we 
have it off (so non-cmd.exe args get processed right)

Reply via email to