quote:
Originally posted by nila
I decided to try trouble shoot so just did it with two small files to test - same result.
They're not encrypted at all, just plain.
they're under 100kb each.
computer is 2gb RAM, c2d processor - pretty high spec basically - easily enough for something this basic.
That's very weird. I'm using the same specs (2 GB RAM - C2D) and merging 2 small HTML log files works flawlessly. You are sure that they are log files, uh? Because merging web pages won't work, I'm afraid.
quote:
Originally posted by nila
How do you get log manager to merge files?
I downloaded the scripting manually and couldn't see anything about it there, where did you get the info for about it?
The merging process is all in "_mergeProcess.js". It's a class which handles everything. I wrote it myself, and when you study the code, you'll see that it relies on file change detections for checking if one step is finished. I wish I could get Patchou to write some kind of manager himself, since he wrote the log file encryption thingy himself.
At least, I guess that he could do a much better job with his C++ than I can with JScript.