open file from vbscript

D

Dasha

Hi,
I have links to files on my custom post form that are stored in
lables. Mostly there will be image files. I want to open the file in
the click event. How can I do this?

Thanks in advance :)
 
K

Ken Slovak - [MVP - Outlook]

Probably the easiest way would be to use the FileSystemObject in Windows
Scripting Host.
 
Top