System.diagnostics.process.start .........

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JH

    System.diagnostics.process.start .........


    I am trying to run an INF file or alternatively I have a CMD file. I have
    tried with an EXE file using the following code

    System.Diagnost ics.Process.Sta rt(directoryNam e & "\" & "notepad.ex e")

    It works fine. But when I use :

    System.Diagnost ics.Process.Sta rt(directoryNam e & "\" & "MyInstall.cmd" )



    It fails. Any hints please.

    New to VB here


Working...