I am trying to write a VB code where a .bat file is loaded from VB then according to the outcome of the batch file other actions are taken from VB.
For launching the .bat file from VB no probs.
My problem comes when I need to pick the contents of a variable named status used in the .bat file and transfer it into a variable in the VB code.
Any ideas, suggestions are appreciated?