Tagged Questions
The batch-rename tag has no wiki summary.
9
votes
5answers
6k views
Rename multiple files in Unix
There are multiple files in a directory that begin with prefix fgh, for example:
fghfilea
fghfileb
fghfilec
I want to rename all of them to begin with prefix jkl. Is there a single command to do ...
9
votes
4answers
9k views
Batch Renaming of Files in a Directory
Is there an easy way to rename a group of files already contained in a directory, using Python?
Example: I have a directory full of *.doc files and I want to rename them in a consistent way.
...
6
votes
6answers
1k views
batch renaming 100K files with python
I have a folder with over 100,000 files, all numbered with the same stub, but without leading zeros, and the numbers aren't always contiguous (usually they are, but there are gaps) e.g:
file-21.png,
...
5
votes
1answer
170 views
Linux rename files based on another file in the directory?
I've got about 750 directories that contain two files each:
long_somewhat_random_filename.jpg
thumb.jpg
What I'd like to do is use find or something similar to rename thumb.jpg to ...
3
votes
2answers
193 views
What is the DOS search pattern expression to find files named “Main” with any integer extension?
I have a program that generated unknown numbers of files with integer extension as follows.
I want to append .eps to each. How to do this in a DOS batch file?
I cannot use the following because I ...
3
votes
3answers
2k views
How can I add a prefix to all filenames under a directory?
I am trying to prefix a string (reference_) to the names of all the *.bmp files in all the directories as well sub-directories. The first time we run the silk script, it will create directories as ...
2
votes
1answer
82 views
batch rename files and folders at once
I got help regarding the following question:
batch rename files with ids intact
It's a great example of how to rename specific files in a group, but I am wondering if there is a similar script I ...
2
votes
1answer
76 views
How to rename a folder with a number (ie Folder1, Folder2, etc…)
I'm messing around with dos and batch files for the first time and I am trying to make a "program" to backup my Minecraft saves (lol). I want the program to rename the current save (in my ...
2
votes
3answers
945 views
Batch rename sequential files by padding with zeroes
I have a bunch of files named like so:
output_1.png
output_2.png
...
output_10.png
...
output_120.png
What is the easiest way of renaming those to match a convention, e.g. with maximum four ...
1
vote
3answers
130 views
Rename files to md5 sum + extension (BASH)
I need some help with a bash script. Script needs to rename all files in a directory to its md5 sum + extension.
I have found the bash script below, but it needs to be changed so that it will add the ...
1
vote
2answers
183 views
Renaming batch of files using DOS batch script or vbscript
I am looking for either a batch script or vbscript, (preferably a vbscript) that will help me rename an entire folder of about 5,000 or so files.
The files to be renamed have names in this format: ...
1
vote
1answer
243 views
Batch DOS - Renaming Folders
I would like to run batch file to rename all FOLDERS ONLY.
Let's say, I have following folders and files:
A1 ( Folder)
|----> A1.txt A1.doc
B1 ( Folder)
|----> B1.txt B1.doc
C1 ( Folder)
...
1
vote
1answer
139 views
batch script: recursivle renaming files with multiple extensions
so to make myself a little more clear
file1.ext1.ext2 >> file1.ext2
file2.ext3.ext4 >> file2.ext4
...
->rename to->
I'm trying to achieve this with a for loop but I ...
1
vote
4answers
2k views
Bash rename extension recursive
I know there are a lot of things like this around, but either they don't work recursively or they are huge.
This is what I got:
find . -name "*.so" -exec mv {} `echo {} | sed s/.so/.dylib/` \;
...
1
vote
1answer
263 views
Why File System Watcher is almost blind?
I am using FileSystemWatcher in order renaming files within a Watched directory.
The problem occurs if the number of files copied simultaneously to the watched directory exceeds the number of 50...
...
1
vote
1answer
618 views
Rename files based on sorted creation date?
I have a directory filled with files with random names. I'd like to be able to rename them 'file 1' 'file 2' etc based on chronological order, ie file creation date. I could be writing a short Python ...
1
vote
3answers
293 views
Changing Title attributes of a bunch of music files by a script
I have quite a lot of music files but their title attributes have the track numbers infront of them, like 01.TrackName, 02.TrackName.
What is the best way to strip off integers from the file ...
0
votes
1answer
63 views
Rename 1 file in a directory multiple times - BATCH
I am new to Batch scripting, so please forgive in advance.
I have a spreadsheet with two columns. In the first the column it has listed a the current filename. In the second column it has listed ...
0
votes
1answer
14 views
Moving and renaming files with same name
I hoping i'm not posting this in the wrong section. (forgive me if I am).
I imported some pictures from an iphone application to my hard drive.
The problem is that each picture sits in its own folder ...
0
votes
0answers
26 views
Batch rename files based on an external list of titles
I have videos files (without metadata) as such:
1-1-degrainage.veg__20445.mp4
1-2-clone.veg__20446.mp4
1-3-clone.veg__20447.mp4
1-4-clone.veg__20448.mp4
1-5-pinceau.veg__20449.mp4
...
0
votes
1answer
25 views
dos command to sperate file name and extension into variables
I need to copy a file x.dtsx from location a to location b.
If x.dtsx already exists in b then I need to rename x.dtsx to x_Standby.dtsx Then, after renaming copy x.dtsx to b
My current code looks ...
0
votes
2answers
51 views
Perl's rename - how to append a counter?
There's a nice renaming utility, which comes with Perl's installation. How one would append a counter in the Perl regexp? This is a relevant question e.g. for a problem of numbering files in the ...
0
votes
2answers
154 views
Command Line (or batch file) rename all files in a folder (Windows)
I need to rename all of the files in a folder with the following filename format;
itemID-straight-bottle.png
TO
itemID-bottle.png
How can i accomplish this with a cmd script or in the command ...
0
votes
1answer
70 views
batch rename the files in a folder
I have some files (about 10000 files) in bellow format
SDEF-2001-23965-236.pdf
SlkF-1991-65-123.pdf
I want to check if the file name is in wanted format rename it by removing 4 characters from end
...
0
votes
2answers
242 views
Renaming pdf files with a batch file
I need to either write a batch file or a vbscript that will rename files. I need to keep everything in the file name up to the second "." but delete what comes after the second dot.
This is a sample ...
0
votes
2answers
220 views
Bash/batch multiple file, single folder, incrimental rename script; user provided filename prefix parameter
I have a folder of files which need to be renamed.
Instead of a simple incrimental numeric rename function I need to first provide a naming convention which will then incriment in order to ensure ...
0
votes
3answers
97 views
mv: invalid option — '0'
How can I rename files with "-" in front of the filename, for example: "-0001.jpg"
Everyime I try to run:
for i in *; do mv "$i" "${i//-/}"; done
or:
for i in *; do mv "$i" "${i#*-}"; done
I ...
0
votes
1answer
847 views
.bat for batch rename to increment numbers in fname
I have a large folder of .cbr's, and I'm renaming them by issue number to correctly order them. What do I need to include in the ren line to have each file increment the number in the file name via ...
0
votes
1answer
79 views
How to find similar strings in array and rename the strings?
I want to find similar strings in an array/dictionary and rename them by adding a postfix to the string. For example suppose my array/dictionary contains strings like this:
1.Work
2.Work
3.Work
...
0
votes
0answers
7 views
Media Filename Correction
I have a large number (around 3000) of video tracks to sort. All tracks include artist and title (these are karaoke tracks converted from cdg). However, the filename structure is not consistent with ...
0
votes
1answer
191 views
Batch Rename Files - Append Lines 1 & 3
I'm using Windows 7. I have a bunch of text files, each containing one email message. Each starts this way:
FROM: Person
TO: Another Person
DATE: 01-Jan-11 at 18:12:00
SUBJECT: Whatever
I ...
0
votes
2answers
209 views
Rails : renaming a controlller and corresponding model
Is there an easy way to rename a controller and model in my app and all the instances in the corresponding code?
Im using textmate, would this be as simple as using the replace function and ...
0
votes
2answers
139 views
How can I mass rename many audio files?
I need to rename many audio files, so that their file names show artist and song name. File formats are mp3 and flac. Is there a way to do it quickly? Or maybe there is a program for this?
0
votes
1answer
436 views
Using a batch file to extract the variable part of a string to use in renaming txt files
I'm using batch files to process text files with names of the form: CLL*1.txt, CLLM*2.txt located in a specific "download" folder. All files contain a string of the form:
"File Reference : 0xxxx", ...
0
votes
1answer
3k views
Copy & rename file using .bat file language?
I want to make a .bat to copy & rename a file multiple times. I want to have a list of names, and an original file, then I want to copy that file and rename it for each name on the list.
How I ...
0
votes
3answers
507 views
Batch : Renaming a folder in 'program files'
I need to write a batch to rename a folder in Program Files.
I'm able to do it through the Explorer, so I guess I have all required rights.
But when I write something like this in a command line :
...
0
votes
4answers
312 views
How to quickly rename a bunch of files in the folder
I have a bunch of files that are named 'something_12345.doc' (any 5-digit number, not necessarily 12345). I need to rename them all to just 'something.doc'. This is a Unix filesystem, and I suspect ...
0
votes
1answer
226 views
Batch code to re-name set of template files by changing part of the name of one file (all files to copy changes to the same text)
I have created a filing system containing folders as templates for re-creating a set of information to be used when we accept bookings and need a batch command to rename all files within a directory ...
0
votes
2answers
5k views
recursive renaming file names + folder names with a batch file
I like to create a batch file (winxp cmd) that recursively goes through a chose folder and sub folders and renames there files+folders with the following rules:
from all file + folder names, all ...
-1
votes
2answers
155 views
Rename different files to one file name, one at a time
i have files named..
82011.nsf
63113.nsf
55555.nsf
i must rename each file to
single.nsf (for example ren 82011.nsf to single.nsf)
then use a program to act on that file (single.nsf)
then rename ...