View Single Post
  #2  
Old 01-24-2003, 01:26 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

World should be started before the zones, you get away with it because the zones are taking so long to load everything. I would suggest changing it to
Code:
@echo off 
start Minilogin 
start World 
start zone . localhost 7995 localhost 
start zone . localhost 7996 localhost
Really no need for cls or exit, batch files close when finished anyhow. And why clear the screen when your closing hte window.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote