Imports SystemImports System.Diagnostics Dim program As New Process() program.StartInfo.FileName = "Notepad.exe" program.Start()