Parse multiple named command line parameters
- by scholzr
I need to add the ability to a program to accept multiple named parameters when opening the program via the command line. i.e.
program.exe /param1=value /param2=value
and then be able to utilize these parameters as variables in the program. I have found a couple of ways to accomplish pieces of this, but can't seem to figure out how to put it…