0
votes
votes
2 answers
VB.net System.Diagnostics.Process.Start with multi paramters
Hello, If in vb.net you use System.Diagnostics.Process.Start("c:\filename.exe a bcd"), 'a' will be considered the first argument and 'bcd' the second one. using Process.Start("c:\filename.exe", "\"a bcd\& ...
