Questions tagged [bulk-rename-utility]

free windows utility that allows you to easily batch rename files and folders based upon criteria

free windows utility that allows you to easily batch rename files and folders based upon criteria

7 questions
1
vote
1 answer

RegEX: match ([^A-Z]*) but stop if you find "foo"

I ran into a problem that I can't figure out how to fix. I have a series of video files with names like this: FooBar-tooGGG1 - s01e01 - (HW) - SomeText.mp4 So I have to make sure that spaces are added before capital letters BUT ONLY until "- s01e"…
Geass
  • 13
  • 5
1
vote
1 answer

How to find a variable length string, using RegEx

I am trying to use a bulk rename tool to strip off an ID from migrated documents. I am struggling with the Regex. Here is an example of some of the documents. KIN-CHV-SAL-MAP-001 (ID 594).pptx KIN-CHV-P18005-REP-001 R1 (ID 04).pdf I basically need…
0
votes
0 answers

using regex I want to move everything in file name between () to middle and drop the ()

Sorry I am new to Regex, and can do little things but what I need is complex. I have thousands of MP3 and MP4 that I would like to standardize. I am using Bulk Rename Utility Example below the desired lay out is Artist - Title some of them…
James
  • 1
0
votes
0 answers

Translating Russian folders and subfolders to English offline

example of folders Hi everyone I have been struggling for months I just need to translate a few folders and subfolders on my win pc to english. I cant find software that does this in bulk. I tried to export the folder names in text using cmd but the…
0
votes
1 answer

Powershell - rename users (loop)

I'm trying to update a few (560) users on my domain. they are using incomplete and/or incorrect names according to my workers DB. I created a CSV file containing this info: samaccoutname,Name,givenname,surname r001248,ADRIANA DAS COUVE ,ADRIANA ,DAS…
0
votes
1 answer

Using regex to store text before and after two different characters

I have a series of files that have this format: 01x05e - Some text (Some more text) 01x05f - Some text (Some more text) 01x05g - Some text (Some more text) What I'd like to to is strip them to produce this: 01x05e - Some more text 01x05f -…
Andrew Martin
  • 5,249
  • 9
  • 46
  • 89
-1
votes
1 answer

How to batch rename multiple files across multiple folders and combine them into one massive folder?

I have a list of 100+ folders listed already in order. Folder 1 Folder 2 Folder 3 etc... In each of the folder contains images that are also in order 001.jpg 002.jpg 003.jpg etc... Ultimately, I am trying to combine these 100+ folders into one…