How do I write a cmd.exe script in C#?

How do I write the following lines of code in C#?
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run("cmd.exe")

These lines of script execute the "cmd.exe" program. Read the answer here for the available options and parameters.

This was first published in December 2003