Hi peeps. I've been gone for quite a while (doing lots of other stuff) but I need to build a little tool right now, and I'll (obviously) do so in PureBasic. I'm looking for something (and I know I've seen it somewhere on the forum, but I can't find it back).
What's the best way to launch / open certain apps / programs?
I want to simulate:
- start notepad -> should start (you guessed it) notepad.exe

without specifying the path, ie. let windows figure out the right app, potentially simply by launching something in such a way that the windows path is searched, but I don't thing RunProgram offers options for that
- launch the right application for a given file+extension, ie. word for .docx, excel for .xlsx etc., in other words, open the right application by only specifiying the file
Is there a way to do that easily?