MS Windows: Missing output in Shell window
This is a LWW / MS Windows question. If I run a certain program from a Windows Command Prompt (DOS) window I get certain output in the Command Prompt window, but if I run the same program from a LispWorks Shell window or using SYSTEM:CALL-SYSTEM-SHOWING-OUTPUT some of the output is missing. What could explain this? I had a play with redirecting the error output to see if the missing output was the same as the error output, but it wasn't. Perhaps the program is not flushing its output properly on exit. Could that explain it? (And if so, why the difference between the two situations?) Simon