The only way that you are going to be able to get a return value is if
you return an integer from the VB script (it might be through a call to Exit
in VB script which takes an integer). You would then get this from the
Process class.
If you need to pass some other data, then you are going to have to use a
shared resource, like a file, or something of that nature.