I think I already know the awnser (not possible) but I want to ask if the following is possible:
-> Open a program / *.exe file from the browser
Unfortanetly it is a requirement for a project but I think that this is very bad idea in terms of security. Opening a EXE file from browser seems for me like a huge threat for the system security. For example if another web application maybe downloads a executable and then calls it from the browser.
I know there is already a question like this: Executing a local exe file from flutter web
Am I right with my thoughts or is there a way or alternative to handle this?