Hello all,
Currently I've got a batchfile which calls a number of VBScripts using
CSCRIPT. All the called VBScripts therefore echo their output into that one
console window.
What I like to do is to do the very same, but replacing the batchfile with a
"parent" VBScript.
The thing is, although there are several ways to do it (run, shell,
execute,etc) either the called script is dependand on its parent (sharing
variables with it), or a seperate
command.com/cmd.com window is opened
(meaning the initial console does not get the scripts output anymore).
My question therefore is: is there a method which will start a VBScript as a
seperate process, but within the same command-console process the parent is
in.
Remark: I am not looking for convoluted ways (using intermediate files or
the like), as in that case I will just stick with the batchfile method
('cause its easy and stable).
Regards,
Rudy Wieser