You can do this with the
Process class. The simplest solution is to specify the path of the .cmd script to the static
Start method. You can customize the behavior if necessary by creating an instance and setting properties or configuring a
ProcessStartInfo and passing that to the Start method.
- Elton