Search results for query: *

  1. L

    Start Process With Parameters

    How can i start a proccess and pass it parameters? What i have does not seem to be working. Dim myProcess As Process = New Process() ' Create the start info ' myProcess.StartInfo.FileName = System.AppDomain.CurrentDomain.BaseDirectory() + "e_wise\e_wise_w.exe" myProcess.StartInfo.Arguments...
Back
Top