Dim diag As New Diagnostics.Process diag.StartInfo.FileName = "C:\Test.bat" diag.StartInfo.Arguments = "cmd" diag.Start()