Puoi utilizzare il metodo Start della classe System.Diagnostics.Process

codice:
System.Diagnostics.Process.Start("C:\mio.bat")
HTH