You could use environment variables. In the OS, define the updated file something like this:
set UPDATED_FILE=<path/updated file name>In your syntax file, define a FILE HANDLE:
FILE HANDLE updated /NAME="%UPDATED_FILE%".Then, in your ADD/MATCH/GET/whatever...
ADD FILES /FILE=* /FILE=updated /etc.If you're on Mac, in the OS you use export, then in your syntax file, it is
$UPDATED_FILE.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------