Learning how to do things and fix stuff as I go because who really has time to sit in a classroom. Posting it all here because I can not remember it all.
Thursday, June 21, 2012
Powershell style command line arguments in c# console application
I have jumped back into writing a c# console application which requires some command line argument. Since I love the way Powershell does it, I figured why not? Doing some searching around, I came across this blog post, "Powershell like command line arguments in a C# Console Application", which does it beautifully for me. Now to move onto actually writing my console application itself ...
Subscribe to:
Post Comments (Atom)
Thanks :-) just what I need
ReplyDelete