Take a look at the Windows Scripting Host objects, in particular the WScript.Shell object and its Exec method. When you use the Exec method to run a program, it returns a WshScriptExec object which provides access to stdout, which you can use to capture the netsvc output.
You need to set a ref to 'Windows Script Host Object Model' in your
VB project.
hth
Phil