Still no joy
I used your Test.bld (which is for VBP8, so I installed the eval of VBP8), I still have the child script not returning.
What I did do to get the child script to return was to reduce the global script file down to this:
<?xml version='1.0' encoding='utf-8'?>
<scripts version='7'>
<script language='VBScript'></script>
</scripts>
If I put
anything between the
<script language='VBScript'> and the
</script>, the child script will not return. I even tried to save the script file as UTF-8 with no difference.
BTW...I am testing this on the actual build machine using WinXP.
Jeff