How would I go upon detecting input for a console application in C#?
Let\'s say for example I want the console application to start up by writing: Welcome To Food Hu
What about this case:
mssinp.exe -cf "C:\Temp\config.txt"
the value for the parameter will be splited as
[0] 'C' [1] '\Temp\config.txt'