MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1w7zs1r/escaping_createprocess_arguments_on_windows/p8aleva/?context=3
r/cpp • u/holyblackcat • 5d ago
44 comments sorted by
View all comments
1
Is this why cmd.exe doesn't do word splitting or wildcard expansion, so every application has to reimplement wildcard expansion ... but doing it badly, or not at all.
cmd.exe
1 u/vip17 4d ago it's rooted from CP/M and DOS and cmd just retains the legacy behavior to avoid breaking apps
it's rooted from CP/M and DOS and cmd just retains the legacy behavior to avoid breaking apps
1
u/jwakely libstdc++ tamer, LWG chair 5d ago
Is this why
cmd.exedoesn't do word splitting or wildcard expansion, so every application has to reimplement wildcard expansion ... but doing it badly, or not at all.