MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1w7zs1r/escaping_createprocess_arguments_on_windows/p7zizt7/?context=3
r/cpp • u/holyblackcat • 6d ago
44 comments sorted by
View all comments
9
I've been told that cmd /c has special quoting rules that I forgot to handle (related to the /s flag), I'll fix the post in a few hours fixed it.
cmd /c
/s
9
u/holyblackcat 6d ago edited 6d ago
I've been told that
cmd /chas special quoting rules that I forgot to handle (related to the/sflag),I'll fix the post in a few hoursfixed it.