Special rename of files with predefined formats of file meta data

Features wanted...
Post Reply
decker
Posts: 1
Joined: 26 Feb 2018 20:40

Special rename of files with predefined formats of file meta data

Post by decker »

Hello,

to track various file versions I use a naming scheme like "filename - YYYY-MM-DD HH:MM" where the date and time is the time stamp of the file.

May be it is of some help to have something like this at a finger tip.

Best

Thomas

RalphM
Posts: 2090
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Special rename of files with predefined formats of file meta data

Post by RalphM »

My favorite way for this is to create a Portable File Association (PFA) as marked in the following screenshot:
PicPick_297.jpg
You would need to adapt it to your liking by adding the time component to it.
To see the attached files, you need to log into the forum.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Special rename of files with predefined formats of file meta data

Post by jupe »

for ease of copying..

Code: Select all

|"Append Modified Date n Time|:rename" \;*>::rename , '* - <datem yyyy-mm-dd hh.nn>';
colons aren't a suitable filename char, change the "datem" to "datec" if you wanted created date instead

admin
Site Admin
Posts: 66366
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Special rename of files with predefined formats of file meta data

Post by admin »

Note that this is built-into the OpenWith menu of the fresh installation:

Code: Select all

|"Append modified date to filename" \;*>::rename , '*-<datem yyyymmdd>'

Post Reply