Fix escaping of arguments
Commit a40732948a4a5ad9a23394eab16ddd24825726e0 enabled the shell option to fix running on Windows, but that's unsafe and breaks handling of spaces and special characters. Arguments provided to Windows batch files in particular need special escaping that's not provided by Node.js; use batspawn for that purpose.
Fixes #30 Fixes #45
@baev Thoughts on this?
Commit a407329 enabled the
shelloption to fix running on Windows, but that's unsafe and breaks handling of spaces and special characters. Arguments provided to Windows batch files in particular need special escaping that's not provided by Node.js; use batspawn for that purpose.Fixes #30 Fixes #45
Hi,
Any updates on this? Will it be included in the upcoming release?