Special variables



Special variables can be used by Scripts / Programs execution.

 

%SCRIPTS% - Path to the scripts directory on the server, usually is "Drive:\InstallDir\Scripts";
%EXEDIR% - Directory path on the server, were service installed;
%DATE% - Current date in system format;
%TIME% - Current time in system format;
%YEAR% - Four-digits current year;
%MONTH% - Number of current month;
%DAY% - Number of current day of month;
%WEEK% - Number of current week of year;
%HOUR% - Number of current hour of day;
%MIN% - Number of current minute of hour;
%GUID% - Internal unique ID of rule;
%ACT% - Packet action of rule: 0 - none, 1 - allow, 2 - deny;
%NAME% - Name of rule;
%IN% - Current value of incoming counter in floating-point notation in megabytes;
%OUT% - Current value of outgoing counter in floating-point notation in megabytes;
%CONDIT% - Counters condition value in floating-point notation in megabytes;
%LH_IN% - Value of incoming counter for last hour in floating-point notation in megabytes;
%LH_OUT% - Value of outgoing counter for last hour in floating-point notation in megabytes;