End Google Ads 201810 - BS.net 01 --> Hi,
How can I use wscript in c# to return the result of the vbscript.

For example I have a vbscript file called test.vbs
This file contains:
wscript.echo 100
wscript.echo 200

In c#, I would like to run this file and return the two returned values i.e. 100 and 200

How can I do this please?
Thanks