B
Billy TheKid via .NET 247
Using the Process class I need to pass some parameters to the .vbs file i am Starting
Code so far
Dim ShellProcess as new Process
ShellProcess.StartInfo.FileName = strVBS
ShellProcess.StartInfo.UseShellExecute = True
ShellProcess.Start()
how do I pass parameters to the Start method?
Many thanks!
Code so far
Dim ShellProcess as new Process
ShellProcess.StartInfo.FileName = strVBS
ShellProcess.StartInfo.UseShellExecute = True
ShellProcess.Start()
how do I pass parameters to the Start method?
Many thanks!