I don't use windows. i use linux. so most of that is wasted on me. lol =)
so im back to the point of how to tell it to look for the dll's and such
also i don't think the above posted boot5 will work...
our linux run file is similar to a boot5 but it only tells which zones to boot up on THAT machine.... you can't boot a zone from one machine on another. You'd have to have a seperate zone bootup script on the second machine i beleive. I'm just not sure how they all know to interconnect (
our script to load zones is set up like this.
Code:
./zone.exe gukbottom IP PORT IP >> /dev/null &
./zone.exe oasis IP PORT IP >> /dev/null &
./zone.exe paw IP PORT IP >> /dev/null &
I'm guess i would need to copy zone binary to the second machine create a NEW linux run file and set up which statics i want.
I'll give this a shot. but i don't know still how they interconnect =p