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
To skip coding basics, you might want to take a look inside Genghis project's Command line parsing sub-project by Chris Sells. It's first one in the table on linked page.