View Single Post
  #4  
Old 04-07-2002, 05:31 PM
Timeout
Fire Beetle
 
Join Date: Feb 2002
Posts: 10
Default

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.
Reply With Quote