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