i need to run console applications from another c# application,how to load & pass arguments to console application from my c# application in order to execute the console
The above example is from http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx. This contains more examples on how to start a process.