I am trying to list all the scores in a directory by calling a batch file that runs a shell. The shell returns the desired output of each file on a new line to stdio. I am trying to capture the stdio and read it into a variable qMsg, that is displayed on screen.


VBA
Please Login or Register  to view this content.
returns a syntax error. Am I close or is there a better way? Thank you .