'The easiest way if you know the exact location of the file is
System.Diagnostics.Process.Start("c:\test\file.bat")
'In Visual Studio the file must exist in the /bin/debug or /bin/release depending on your current build configuration
System.Diagnostics.Process.Start("test.bat")