In console applications, when you run exe file (such as ipconfig) you can add parameters, such as /?, or some times its with - . My question is, is there some build in resource or right way to do it or its just on programmers decision and simple regex usage?
-
possible duplicate of C#: How to detect arguments typed into console application?George Duckett– George Duckett2011-10-17 07:50:58 +00:00Commented Oct 17, 2011 at 7:50
-
Found by typing question title into 'Ask a question'.George Duckett– George Duckett2011-10-17 07:51:14 +00:00Commented Oct 17, 2011 at 7:51
Add a comment
|