
Running WSH VBScripts in Visual Basic
I have been experimenting with the MS Scripting Control for
running VBScript from Visual Basic.
I tried to run one of my WSH VBScripts but it fell over asking for the
object WScript
It works when I remove the Wscript prefix but this changes the
original WSH script then.
Is there any way of making this object visible to the WSH script when
it is run through the Scripting Control?
regards