I would like to know how to send files to the operating system from VB to be opened by the program that the file is associated with (basically the equivalent of double clicking a file in Explorer). The closest I can find is the shell command which requires a specific target program to open the file with. TIA.

B.S.