Imports System.Diagnostics
Dim value As ProcessStartInfo
value = New ProcessStartInfo("wordpad.exe", "C:\\a\xyz.rtf")
Process.Start(value)