Yeah, there was hope one of the openai-compatible AI providers could provide a cogent answer to questions like “what have the goblins and their durzogs done to our code formatting?” Not all of their chats are working out at present. 😛
Out of luck there, this thread mentions AllocConsole, perhaps try that? Then use CLPs like —console or —headless for output.
Did try these in the PS console for empty output:
& "C:\Program Files\MWEdit 0.6.3\mwedit.exe" | Out-Host
cd \ ; cd "C:\Program Files\MWEdit 0.6.3" ; .\mwedit.exe > ~\Desktop\gui_output.txt 2>&1
cd \ ; cd "C:\Program Files\MWEdit 0.6.3" ; .\mwedit.exe 2>&1 | ForEach-Object { $_ | Out-String }
Start-Process "C:\Program Files\MWEdit 0.6.3\mwedit.exe" -RedirectStandardOutput ~\Desktop\gui_output.txt
Yep, the three DLLs have the same version, “1.8.0.0” with the Product version “1.8.0 Ansi.”
