I am curious if this is possible.
What I want to do is execute a file through a directory. I already wrote a script that allows me to list all the files in a directory. I would like to open these files up in a their own app. Meaning if I have a music file, I would like to open this up by just clicking a link and it executes in its own app. Is this possible to do.
I assume i would have to wrap the file names in a: <a href.... and then link it to some script that will execute the program, anyway to do this?
Thanks for your time