(imported topic written by pmullins91)
Would it be possible to modify RelevanceDebugger.exe’s command line functionality so that it will take a QnA one-liner and directly output the results? I realize that it will currently read in a file containing relevance and write the results to another file. However this would allow for easier querying of remote PCs, as long as the needed files exist on that system.
Eg. on Windows: psexec \RemotePC cmd.exe /c C:\local\path\of\RelevanceDebugger.exe /e “some relevance here”
Thanks.