Thread: Instant LD
View Single Post
  #7  
Old 09-05-2002, 02:51 PM
Kolo
Hill Giant
 
Join Date: Jul 2002
Location: Chicago Suburb
Posts: 103
Default

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