You can open any external process (executable such as the cmd.exe program for the command prompt) and pass arguments for its execution using the System.Diagnostics.Process class. Check the product documentation, which comes with examples.
This was first published in July 2004