Is it possible to open Files with the created EXE/App?
Let’s say I tell my OS to open *.txt files with my App.
Can I catch this in my App when it starts?
I’ve registered my app as a protocol handle in the registry and would like to pass parameters like %url% via the browser - is this possible? I var_dump’d $GLOBALS, $arv & $argc and I couldn’t see anything. Thanks