batch-rename
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[详细]
2023-04-11 03:14 分类:问答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.[详细]
2023-03-28 08:00 分类:问答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?[详细]
2023-03-24 02:58 分类:问答mv: invalid option -- '0'
How can I rename files with开发者_StackOverflow中文版 \"-\" in front of the filename, for example: \"-0001.jpg\"[详细]
2023-03-17 01:56 分类:问答How to find similar strings in array and rename the strings?
I want to find similar strings in an array/dictionary and ren开发者_高级运维ame them by adding a postfix to the string. For example suppose my array/dictionary contains strings like this:[详细]
2023-03-11 05:42 分类:问答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 easi开发者_运维知识库est way of renaming those to match a convention, e.g. with max[详细]
2023-02-19 05:26 分类:问答How can I batch rename files using the Terminal?
I have a set of files,开发者_C百科 all of them nnn.MP4.mov. How could I rename them so that it is just nnn.mov?First, do a dry run (will not actually rename any files) with the following:[详细]
2023-02-18 20:08 分类:问答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开发者_JAVA技巧. File formats are mp3 and flac. Is there a way to do it quickly? Or maybe there is a program for th[详细]
2023-01-29 10:38 分类:问答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)[详细]
2023-01-14 16:21 分类:问答Batch : Renaming a folder in 'program files'
I need to write a batch to rename a folder in Program Files. I\'m able to开发者_StackOverflow do it through the Explorer, so I guess I have all required rights.[详细]
2022-12-22 14:26 分类:问答