There exists a need to have a convienient method of parsing and then organizing command line parameters passed to an application. I wrote this little bit of code to parse through command line parameters and associated values and return them in an name value pair object list. Behold the free source code of CmdParamLib! Code [...]