mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
18 lines
846 B
INI
18 lines
846 B
INI
## -------------------------------------------------------------------------------------------------
|
|
## PEC_check_namefile.cfg - configuration data for PEC_check_namefile program
|
|
## -------------------------------------------------------------------------------------------------
|
|
## DIRECTORY directory path containing log files
|
|
## FILE_NAME_ENDS_WITH proces only filenames that ends with this string - OPTIONAL
|
|
## STARTING_DATE processing log entry from this date (dd/mm/yyyy) - OPTIONAL
|
|
## ENDING_DATE processing log entry to this date (dd/mm/yyyy) - OPTIONAL
|
|
## --------------------------------------------------------------------------------------------------
|
|
|
|
PEC_CFG
|
|
{
|
|
DIRECTORY inp/PEC/1
|
|
FILE_NAME_ENDS_WITH log.p7m
|
|
|
|
STARTING_DATE 01/01/2006
|
|
ENDING_DATE 30/10/2007
|
|
}
|