I've been tasked with finding a way to access an executable file (or any file located in a specific location like the C drive) directly from a web browser. The idea is to have a button on a webpage that, when clicked, will run the executable and pass parameters to it. Is there a way to achieve this using JavaScript? If not, what alternative solutions would you recommend?