Hi David, I was able to reproduce this behavior with dir command. The good news is that there is a workaround, instead of using specifying "dir.exe c:\" as the command, you can specify "cmd.exe /c dir c:\". In this case the output will be captured.
I cannot reproduce the issue with robocopy. The current version of SmartCode VNC Manager captures the output correctly.
------------------------------------------------------------
Computer address: qaws16.smartcode.dev
------------------------------------------------------------
Executing remote command. Please wait...
COMMAND OUTPUT BEGIN----------------------------------------
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Saturday, February 9, 2019 6:52:16 PM
Source : c:\temp\
Dest : c:\temp1\
Files : *.*
Options : *.* /DCOPY

A /COPY

AT /R:1000000 /W:30
------------------------------------------------------------------------------
0 c:\temp\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 0 0 0 0 0 0
Bytes : 0 0 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Ended : Saturday, February 9, 2019 6:52:16 PM
COMMAND OUTPUT END------------------------------------------

Regards,