Aug 10
17
CmdParamLib – .NET Command Line Parameter Parsing Library
Leave a comment »
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 Version: 0.1
The source code can be downloaded here: CmdParamLib.zip
A sample is included on using the library as well.
Enjoy and write me back if you have additions or feedback.
