Ya, I didn't see the updates to that thread until now after it has been closed. If I had known your server was being ran on a laptop, I would have mentioned that it could be a possible reason for your zone instability. Sure, laptops can have similar stats to PCs, but due to them being made especially to be compact, you will never get the same performance from a laptop that you will with a PC of similar stats. Laptops just aren't made for hosting servers with anymore than minimum usage. I am sure they can handle a small load perfectly fine, but expecting them to handle anything of significance will most likely result in issues.
I still get zone crashes on my server from time to time and it's stats are far greater than your laptop. Though, I also have quite a few more players on my server, but still the CPU hardly ever breaks 25% utilization and the RAM normally doesn't go much over 1GB (out of the 3GBs I have).
So, even though your stats might seem ok and it doesn't seem to be running a heavy load, apparently other things can come into play and cause zone crashes.
I don't think the comments you made in the closed thread were warranted at all. IMO, you should take a bit to cool down and relax. I think you were reading the other posts there as an attack on you or your server, but I don't see that when reading them myself. It didn't start to get nasty until you started calling names. There is no need for drama of any sort. I am not saying you are fully to blame, but just suggesting to try to keep things civil if at all possible.
And as for making a batch file to switch between servers, it isn't involved at all. And, it would make 1 simple click from the desktop to play whichever server you want (but different icons for each).
It would be something like these 2 files to switch between servers:
servera.bat
Code:
rename realmlist.wtf realmlist2.wtf
rename realmlist1.wtf realmlist.wtf
wow.exe (or whatever the file name is to start wow)
serverb.bat
Code:
rename realmlist.wtf realmlist1.wtf
rename realmlist2.wtf realmlist.wtf
wow.exe (or whatever the file name is to start wow)
Takes about 1 minute to write them and then no more renaming or dragging or whatever. If you wanted to use more servers than just 2, that could be done as well, but it would have to be slightly different.