| 
 You can also make a .bat file to make starting the server easier...This is what mine looks like:
 @echo off
 start MiniLogin
 start World
 start zonent . localhost 7800 localhost
 start zonent . localhost 7801 localhost
 start zonent . localhost 7802 localhost
 start zonent . localhost 7803 localhost
 start zonent . localhost 7804 localhost
 start eqw
 exit
 cls
 
 This way I only have to click one thing and not have to put a bunch of shortcuts on the desktop, or go hunting for the files.
 |