I am trying to call an external program using Process:
Dim strExe As String = \"E:\\Projects\\Common Files\\mktorrent.exe\" Dim p As New Process
Be simple:
Process.Start("c:\Your exe file", """" & "string with space" & """")