Real time console output from WScript.Shell Exec
问题 I spent most of the day searching for a solution to this, I'm starting to think its maybe not possible for my requirements My basic setup is to run a vbscript (.vbs) called from an excel vba code. The vba code has to continue on and leave the vbscript running, but will monitor it from time to time using Exec.Status In the vbscript I'm using WScript.StdOut.WriteLine "whatever" to track/debug it's progress, but as it stands I can only read it's output after the excel vba code is finished what