LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Launching a file in its default program ?

Hello all,
I have a brain fart and can't figure how to open a file using its associated
program from CVI.
LaunchExecutable doesn't work on arbitrary files.
For instance Launch("File.txt") would open it in notepad or whatever is set
as the default editor.
In other words, some generalization of InetLaunchDefaultWebBrowser()
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 1 of 3
(2,954 Views)
Would this approach work for you?
 
JR
0 Kudos
Message 2 of 3
(2,945 Views)
Yes, that's it, thanks.
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 3 of 3
(2,939 Views)