|
Ephera Newbie
Joined: 16 Mar 2006 Posts: 2
|
Posted: Thu Mar 16, 2006 2:23 pm
Change Log File Directories |
I hate to ask what is almost definitely a silly question, but laziness overcame my brief search through the forums and help files. :)
I have set up a trigger to automatically create a log file and would like to save it to a different directory than the default. How do I do that?
Current trigger is on connect and looks like:
#LOG {%char_%time( mmm-d-y)}
Thanks for the help!
-Ephera |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Mar 16, 2006 3:00 pm |
You can specify the path in the logfile name.
For example:
Code: |
#LOG {c:\temp\%char_%time( mmm-d-y)} |
|
|
_________________ Asati di tempari! |
|
|
|
Ephera Newbie
Joined: 16 Mar 2006 Posts: 2
|
Posted: Thu Mar 16, 2006 3:21 pm |
*sigh* I knew it would be something that'd make me feel stupid.
Thanks for taking the time to reply!
-Eph |
|
|
|
|
|