|
Badmonster Wanderer
Joined: 06 Feb 2010 Posts: 81
|
Posted: Mon Oct 03, 2016 1:32 am
Once again I can't log on connect |
I open a new event
Choose onConnect
In the box I type
Logfile = "C:\LogDirectory\Log "%time(yyyy-mm-dd_hh-nn)" cmud";#log @Logfile
But no logging transpires on new log in.
Can anyone help with that? |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Mon Oct 03, 2016 1:59 am |
I am gonna guess that it is the nested quote marks
Dry defining your variable with only one set, or make use of %concat
#LOG %concat("C:\LogDirectory\Log ", %time(yyyy-mm-dd_hh-nn), " cmud") |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Badmonster Wanderer
Joined: 06 Feb 2010 Posts: 81
|
Posted: Mon Oct 03, 2016 2:09 am |
Thank you!!!!!! That worked.
|
|
|
|
|
|