You simply cannot do this with Perspective. It is security violation for a browser to launch any real application on the client machine.
On top of that, all scripts in Perspective run on the gateway, not in the browser. So your script is trying to open notepad.exein the gateway, in the background service where there's No UI at all.
If you absolutely have to be able to do this sort of thing, you need to use Vision, not Perspective.
You could install an uri, but that means you have to install it on every clients pc (that needs this feature)
i have an example that can opens files (on windows)
Sorry i'm replying to an year old post. I have a project that calls an external vbs file. Yup it works fine with Vision. However, i want to use this project in an iphad. 8.1 doesn't allow for mobile app correct? @pturmel any ideas for me to use this in an ipad. Should i go back to 7.9 and try to create this project?