0 Members and 1 Guest are viewing this topic.
<?xml version="1.0" encoding="utf-16"?><!--VoxCommando 2.1.0.5--><command id="384" name="Archive Log" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>File.Move</cmdType> <params> <param>{Path.VC}\voxLog.txt</param> <param>{Path.VC}\logs\{DtCustom.yyyy}'{DtCustom.MM}'{DtCustom.dd} voxLog.txt</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>VC.SetEventTimer</cmdType> <params> <param>11:59 PM</param> <param>VC.Log.Archive</param> </params> <cmdRepeat>1</cmdRepeat> </action> <event>VC.Log.Archive</event> <event>VC.Loaded</event></command>
This is awesome. Thanks. Just to point out, the log folder is not there be default, so it needs to be created.