I have a VB6 code and another VBScript which runs in the background. I need to pass a variable periodically (say, with a timer) from VB6 code to the background VBscript. Is there any way other than write down to temporary file and read it from VBscript?
Tuncay, Thanks...