How do I set system.commandline to be case insensitive
23:11 13 May 2020

The Microsoft provided system.commandline does most things, but I've not found a way to tell it to always ignore case - I'm hacking around it by forcibly lowercasing the first word and anything starting with "-" from the arguments..

Is there any way of forcing it to be case insensitive?

.net command-line