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.