How do I set system.commandline to be case insensitive
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?