public class FilenameMacroProcess
extends java.lang.Object
Process a file according to macros using system-dependent executed process.
Default substitution macros available for use in the command are:
${FILENAME} The full name of the file
${BASENAME} The full name of the file excluding the extension.
${TODAY} Current date.
${NOW} Current time.