How to rename files in folders to foldername using batch file

后端 未结 4 1355
别跟我提以往
别跟我提以往 2020-12-15 01:55


Could any of you help me with a problem I have with a lot of files with the same name, placed in sperate folders.
The folders are named with numbers, but the files

4条回答
  •  一整个雨季
    2020-12-15 02:25

    I agree with Brandon that the Bulk File Rename (http://www.bulkrenameutility.co.uk/) is a great way to rename/suffix the files with their directory names under Windows.

    To copy all the renamed files to a common directory, use Windows Explorer to do a search for all the filenames with a with a wildcard (e.g. readme*.txt). Then select all the found files, select copy, navigate to the target directory, and paste.

提交回复
热议问题