You have a September blog entry with this title, and in it you write:
Can you explain this a little more? Does "environment" in this sense mean OS? We're currently using 10 dedicated machines to run an automation task, all at the same times. How can I get my scripts to run safely in their own virtual machines without interfering with each other? All of them need to use the mouse and keyboard....Clearly it is expensive and wasteful to use one PC for each automation routine you need to run, so solutions like this save money and this is one approach you can use. But depending on the complexity of your scripts you may need to add lots of status checks and pauses. A much simpler solution is to use Virtualization. Install Microsoft Virtual PC, or VMWare and run each automation in its own virtual machine. Effectively you end up multiplexing the physical PC into several virtual PCs and your scripts can run safely in their own virtual machines without interfering with each other.
But on those occasions you need two UI scripts to run at the same time and interact with the same environment, our simple little flag hoisting solution is one you can use...
I don't think I understand what you mean.
Tx,
George