| |
ehvbs
Posts: 2170
Score: 50
Joined: 6/22/2005
From: Germany
Status: online
|
Hi Enra, how to implement the communication between scripts depends on the method used by the main script to 'call' his children. If you plan to use WshShell.Run/Exec, then global variables are out - you can use StdOut/StdIn or a file/database to exchange information. If you want to use glbal variables, you'll have to load/Execeute[Global] the child scripts into the namespace of the mother script.
|
|