Search results for query: *

  1. B

    Passing parms to a script using Process Class?

    Actually its working like a charm the code was right...the process of preparing the document wasn`t Thanks for your help. I am a VB6 dev, now in .net. Loving it but trying to get used to it - I imagine I will be back in the near future ;-)
  2. B

    Passing parms to a script using Process Class?

    Is the command line argument what I use to pass this parm to the script?
  3. B

    Passing parms to a script using Process Class?

    Thank you very much for your reply SO... THis is my code Dim ShellProcess As New Process ShellProcess.StartInfo.FileName = path to VBScript ShellProcess.StartInfo.UseShellExecute = True ShellProcess.Start() Now I am confused as to how to pass my parm to the Script. It is a string that...
  4. B

    Passing parms to a script using Process Class?

    Hi I am using the Process Class to run a VBScript file. I need to pass a parameter to the file...but I cant seem to find any members of the class that will do this for me. VB6 ShellExecute provided a way so I am sure that the Process class in .NET would Thanks!
Back
Top