Rookie Needs Help!

I have a button that I want to link to a program on my computer.
You see, I’m doing this little desktop navigation for my self.

This is the way I want it: When I click on the button, Flash (for instance) will then open.

How do I do this?

Please help me.

A little more details…

So are you doing the button in flash?
if not, in what then?

And show us what you did so far…

I don’t know if this would work or not, but it’s a good guess:
[AS]
on(press){
getURL(“file:///c:/dir/subdir/file.exe”);
}
[/AS]
I just tried it and it works on IE. The window stays open then it opens the program on top of it. I don’t know any other way, but there probably is one. This was just a guess.
:beam:

I think you might have to use fscommand, read this thread.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=11592&highlight=launch+exe