You can read html/text files using the in-game HTML window.
-Have the log parser save to C:\Whatever.html
-In-game, type
/show_window Inventory.HTML
-Enter
C:\Whatever.html in the URL field. (Er... or did this not work? Running a webserver and going to
http://127.0.0.1/whatever.html would work if nothing else.)
Whatever your log parser has written to the file will be displayed.
Getting the data to the target window, however, is another matter entirely. You can't copy anything via a script since it's loaded in a Page object. You'd have to type it in a textbox you added somewhere.
