I have a script in cmd that calls a vbs script, which executes a series of operations and generates an array that I'm interested in being able to return to the cmd script, I was wondering if this is possible and if so, how could do it.
The method I'm using to call .vbs from the .bat is the CALL command.
Thank you.