Code:
CREATE TABLE `launcher_zones` (
`launcher` varchar(64) NOT NULL default '',
`zone` varchar(16) NOT NULL default '',
`port` mediumint(9) NOT NULL default '0',
so all you need to is insert some info into your database.
The launcher column holds the name of your launcher from name.launcher
the zone column holds the number of your zone from zoneidnumber.zone
port column holds the port number you want that specific zone to use. I am not sure what you should put in this one. there is probably an acceptable range someone has listed somehwere.
so you'll still only end up needing to execute launcher.exe 'launchernamehere' and it'll boot all the static zones too
