Questions tagged [batch-rename]

Batch renaming is a form of batch processing used to rename multiple computer files and folders.

Batch renaming is a form of batch processing used to rename multiple computer files and folders in an automated fashion, in order to save time and reduce the amount of work involved. Some sort of software is required to do this. Such software can be more or less advanced, but most have the same basic functions. Batch renaming software exists for most operating systems.

Reference: Wikipedia

924 questions
-3
votes
1 answer

Batch music directory rename script/command for Linux (bash)

I have a lot of directories which have as name: (YYYY) Artist - Album Some examples: (2009) Vengaboys - Greatest Hits! (2010) AC_DC - Iron Man 2 (2014) Simon & Garfunkel - The Complete Albums Collection (2014) Various Artists - 100 Hits…
-3
votes
3 answers

Renaming parts of files with Windows Batch

How could i rename a certain part of all files inside a directory. Example [HorribleSubs] File1 [720p].mkv [HorribleSubs] File2 [1080p].mkv Must be renamed into File1.mkv File2.mkv
user3600204
  • 43
  • 1
  • 1
  • 4
-3
votes
1 answer

Change filenames in bulk

I have 233 files where I need to change the file names. Just look for a hyphen (-) in the filename and replace the text from right of the hyphen until dot (.) to left and left of the hyphen right. Here is a sample filename and the pattern/naming…
-3
votes
4 answers

bach linux file rename - how to rename multiple files in linux console

I would like to rename cca 1000 files that are named like: 66-123123.jpg -> abc-123123-66.jpg. So in general file format is: xx-yyyyyy.jpg -> abc-yyyyyy-xx.jpg, where xx and yyyyyy are numbers, abc is string. Can someone help me with bash or py…
-4
votes
2 answers

Batch Command for Renaming files in folders

Just wondering if anyone can help me. Normally I'm pretty got at finding some code I need an to manipulate it but horrible if I have to start from scratch. I'm a teacher and want to have all the files labelled consistently as I have to send them…
Mark
  • 1
  • 1
-4
votes
2 answers

How to close cmd in batch file

start cmd /k /k: is compulsory which will execute. launching many command propmts can be done as below. start cmd /k Call rc_hub.bat 4444 start cmd /k Call rc_grid1.bat 5555 start cmd /k Call rc_grid1.bat 6666 start cmd /k Call rc_grid1.bat…
-4
votes
1 answer

How to use a Batch script to change file names within a folder

So i'm trying to get a script to change file names with in a folder. However, i need the file names to ascend within 001 to 000999. Ever time a file is added a number is assigned to it within the numbers of 001 to 000999. If that makes sense.
DIB
  • 1
-4
votes
2 answers

batch rename multiple mp3's stripping leading digits

Hi could anyone help me? I'm trying to strip leading digits from multiple mp3 files so 01 some_file.mp3 would become some_file.mp3. If any one could show me how to do it with zmv that would be great, thanks.
13uz
  • 1
-6
votes
1 answer

how to rename all files in one window folder to names of each file in another folder using powershell?

Using powershell you can take the distinct name of file of one folder and rename to the adjancent counterparts in another folder.
1 2 3
61
62