.. _FileNamingType: ================================================ FileNamingType ================================================ Description ----------- File naming options for the batch command. Static Properties ^^^^^^^^^^^^^^^^^ +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`DDMM` readonly | Uses the date formatted as ddmm. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`DDMMYY` readonly | Uses the date formatted as ddmmyy. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`DOCUMENTNAMELOWER` readonly | Use the document name in lower case. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`DOCUMENTNAMEMIXED` readonly | Use the document name in mixed case. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`DOCUMENTNAMEUPPER` readonly | Use the document name in UPPER case. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EXTENSIONLOWER` readonly | Use the extension of the file in lower case. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EXTENSIONUPPER` readonly | Use the extension of the file in UPPER case. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`MMDD` readonly | Uses the date formatted as mmdd. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`MMDDYY` readonly | Uses the date formatted as mmddyy. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALLETTERLOWER` readonly | Use letter serial number lower case (a, b, c, ...) | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALLETTERUPPER` readonly | Use letter serial number UPPER case (A, B, C, ...) | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALNUMBER1` readonly | Use a 1-digit serial number. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALNUMBER2` readonly | Use a 2-digit serial number. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALNUMBER3` readonly | Use a 3-digit serial number. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`SERIALNUMBER4` readonly | Use a 4-digit serial number. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`YYDDMM` readonly | Uses the date formatted as yyddmm. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`YYMMDD` readonly | Uses the date formatted as yymmdd. | +---------------------------------------------------------------------+----------------------------------------------------+ | :ref:`YYYYMMDD` readonly | Uses the date formatted as yyyymmdd. | +---------------------------------------------------------------------+----------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 FileNamingType/DOCUMENTNAMEMIXED.rst FileNamingType/DOCUMENTNAMELOWER.rst FileNamingType/DOCUMENTNAMEUPPER.rst FileNamingType/SERIALNUMBER1.rst FileNamingType/SERIALNUMBER2.rst FileNamingType/SERIALNUMBER3.rst FileNamingType/SERIALNUMBER4.rst FileNamingType/SERIALLETTERLOWER.rst FileNamingType/SERIALLETTERUPPER.rst FileNamingType/MMDDYY.rst FileNamingType/MMDD.rst FileNamingType/YYYYMMDD.rst FileNamingType/YYMMDD.rst FileNamingType/YYDDMM.rst FileNamingType/DDMMYY.rst FileNamingType/DDMM.rst FileNamingType/EXTENSIONLOWER.rst FileNamingType/EXTENSIONUPPER.rst