I have found that I can execute any file with the following code:
Dim oProcStart As New ProcessStartInfo
oProcStart.FileName = "C:\SomeFileOfUnknownType"
Process.Start(oProcStart)
Of course, the program that runs will be the program that is associated with the extension of the file.
At some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.