Disferente
Programmer
I have put the following in my registry to be able to send commands to my app it from a webpage. What do I need to change with it and what do I need to put in my app to be able to use output from the app and display it as a webpage?
[HKEY_CLASSES_ROOT\custom]
"URL Protocol"=""
@="URL:custom Protocol"
[HKEY_CLASSES_ROOT\custom\DefaultIcon]
[HKEY_CLASSES_ROOT\custom\shell]
[HKEY_CLASSES_ROOT\custom\shell\open]
[HKEY_CLASSES_ROOT\custom\shell\open\command]
@="\"C:\\Path\\App.exe\" %1"
[HKEY_CLASSES_ROOT\custom]
"URL Protocol"=""
@="URL:custom Protocol"
[HKEY_CLASSES_ROOT\custom\DefaultIcon]
[HKEY_CLASSES_ROOT\custom\shell]
[HKEY_CLASSES_ROOT\custom\shell\open]
[HKEY_CLASSES_ROOT\custom\shell\open\command]
@="\"C:\\Path\\App.exe\" %1"