The answer is probably really obvious, but I've looked through all the docs and can't find anything.
How can I execute an external file under Windows using relative paths?
I've tried RUN and SHELL, but they only seem to work with .exe files. How can I open other files in their default programs., for example .avi or .html files.
On another forum, somebody had suggested using Winexec or Shellexec to someone who had the same problem. But I would like to know the syntax for those commands as I haven't managed to get them to work.