|
abgrund Newbie
Joined: 10 Feb 2004 Posts: 2
|
Posted: Tue Feb 10, 2004 3:52 am
logging in ANSI |
This may be a dumb question, but is it possible to log the output of child windows to, say, an .rft, .txt., or .doc in ANSI? I imm on a MUD and I want to log specific mud error messages I recieve in color. Here is my current log trig-
#alias {startcap} {:MUDMessages:#Log mudmessages.rtf}
#trig {// (*)$} {#win mudmessages %time( c) %1}
#trig {Serious screw-up} {:MUDMessages:#color {yellow}}
Oh, and on a somewhat related note, is there a way to automatically have a log start as a separate file with the days date each time you start the log up? E.G., startcap starts all the files automatically as Mudmessages 2-9-03.rtf.
Any help would be greatly appreciated. ;)
-Abgrund. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Feb 10, 2004 7:39 am |
For log file names use something like this #log filname%time(d-m-yy).txt and that will start a new log every day or appened to the current day if restarted as for log in ansi goto the child window prefences general logging enable ansi logging and save settings as the same name as child window
|
|
|
|
abgrund Newbie
Joined: 10 Feb 2004 Posts: 2
|
Posted: Tue Feb 10, 2004 2:42 pm |
Thank you so much. I appreciate the help.
-Abgrund. |
|
|
|
|
|