Hello Ben,
latest CVS + this patch + USE_PORTABLE_DUMPER=0
works fine on native NT!
It even runs fine for simple cases!
(shell-command "dir c:\\temp")
goes to *Shell Command Output* again, not the wicked DOS box.
(call-process "dir" nil t nil "/n" "c:\\temp")
inserts into the current buffer, as expected.
This is great!
More testing tomorrow night,
Adrian