I would like launch an installed app on Windows and pass a string to it, so it can load a text and image directly after it started.
I imagine something like this:
C:\MyApp\example.exe?share&text=helloworld&img=example.jpg
Is there a way to do this?