--------------------------- Filename pattern --------------------------- The following placeholders will be replaced automatically in the pattern defined: ${YYYY} year, 4 digits ${MM} month, 2 digits ${DD} day, 2 digits ${hh} hour, 2 digits ${mm} minute, 2 digits ${ss} second, 2 digits ${NUM} incrementing number, 6 digits ${title} Window title ${user} Windows user ${domain} Windows domain ${hostname} PC name ${YYMMDD}_${NUM}_${title} You can also have Greenshot create directories dynamically, simply use the backslash symbol (\) to separate folders and filename. Example: the pattern ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} will generate a folder for the current day in your default storage location, e.g. 2008-06-29, the contained screenshot file's name will be based on the current time, e.g. 11_58_32 (plus extension defined in the settings) --------------------------- OK --------------------------- screenshots-${hostname}\${YYYY}-${MM}\${YYYY}${MM}${DD}_${NUM}_${title} ${YY}${MM}${DD}_${NUM}_${title} ${YYYY}${MM}${DD}_${NUM[4]}_${title} ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} ${YYYY}_${MM}_${DD}\${title}_${NUM[4]}_${YYYY}${MM}${DD}- screenshots-${hostname}\${YYYY}_${MM}_${DD}\${title}_${NUM[4]}_${YYYY}${MM}${DD} screenshots-${hostname}\${YYYY}_${MM}_${DD}\${title}_${NUM[5:6]}_${YYYY}${MM}${DD} screenshots-${hostname}\${YYYY}_${MM}_${DD}\${title}_${NUM}_${YYYY}${MM}${DD}