cbwin
cbwin copied to clipboard
some win32 console programs "sometimes" do line feed instead of new line, but a workaround seems possible
ex: "wcmd tasklist" right after launching outbash.exe, vs after a "wcmd dir"
It would be great to understand what triggers the console to behave in a slightly more compatible way after a "wcmd dir" is performed; hopefully the same operation can be done automatically.
For now I've worked around that by injecting a first "wcmd echo." command.