You can run world.exe from a command line:
"World.exe >> World.log"
This will not show anything on your screen that comes up but dumps everything to the world.log file. The >> appends, so if you run it twice, it will add to the old log. Use one > to just create a new log. (ie: "World.exe > World.log")
I tried the zone servers (albeit, not very thoroughly) and these dont seem to want to dump to logs. Maybe it's the way they are written.
|