To batch rename screenshots by date, you can follow these steps using either a Windows PC or a Mac.
For Windows:
-
Select Screenshots: Open the folder containing the screenshots. Select all the screenshots you want to rename by pressing
Ctrl + Aor selecting them manually. -
Right-click: Once all files are selected, right-click on one of the files. From the context menu, click on Rename.
-
Rename with Date Format: In the file name box, type the desired name format. For instance, you can use the format
Screenshot-YYYY-MM-DD. PressEnter. Windows will automatically append numbers to avoid duplicates, likeScreenshot-2025-05-18 (1),Screenshot-2025-05-18 (2), etc. -
Using a Script (for more advanced users):
-
Open Command Prompt by typing
cmdin the start menu search. -
Navigate to the folder where the screenshots are located using the
cdcommand. For example: -
Run the following command to rename the screenshots with the current date:
This command will rename all
.pngscreenshots with the current date. -
For Mac:
-
Select Screenshots: Open Finder and navigate to the folder containing the screenshots. Select the screenshots you want to rename by holding down the
Commandkey while selecting each file or useCommand + Ato select all. -
Batch Rename: Right-click on one of the selected screenshots and choose Rename X items (where X is the number of screenshots).
-
Choose Date Format:
-
From the dropdown menu, choose Format.
-
In the new fields, set the name format to
Custom Format. -
Set the Name Format to something like
Screenshotand set the Start numbers at option to 1 or any other number you prefer. -
For the Date option, you can manually edit the file names to include the date format you prefer (e.g.,
Screenshot-YYYY-MM-DD).
-
-
Using Automator (Advanced):
-
Open Automator and create a new Workflow.
-
Add the Rename Finder Items action.
-
Choose Add Date or Time from the options and select your preferred date format.
-
Run the workflow on your selected screenshots.
-
Let me know if you’d like a more detailed guide or need help with a specific method!