|
Fewyn Wanderer
Joined: 27 Sep 2002 Posts: 83
|
Posted: Fri Sep 27, 2002 12:27 am
Help |
I just recently bought zmud and thought someone might help me with something.
Is there anyway I can make this alias
#ALIAS atconnect {#LOG %time( mm-dd-yy).txt;#SHOW %time( )}
have my character name at the front of the log and put them in C:Logs |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Sep 27, 2002 1:08 am |
#ALIAS atconnect {#LOG %char%time( mm-dd-yy).txt;#SHOW %time( )}
I believe you can't make it create the log outside of the zMUD folder (for security reasons).
Kjata |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Sep 27, 2002 3:41 am |
I don't know if you'll be able to put them in another directory or not. But if you can, it would be:
#AL atconnect {#LOG C:Logs%char%time(mm-dd-yy).txt;#SHOW %time()}
LightBulb
Senior Member |
|
|
|
|
|