Windows 10: Renaming multiple files from a text file or copy names from other group of files

Discus and support Renaming multiple files from a text file or copy names from other group of files in Windows 10 Gaming to solve the problem; HiI want to rename all files on a folder with the file names from the different folder. like I have some files in "folder 1" with all deferent names. I... Discussion in 'Windows 10 Gaming' started by Gurpreet Sidh, Jul 8, 2022.

  1. Renaming multiple files from a text file or copy names from other group of files


    HiI want to rename all files on a folder with the file names from the different folder. like I have some files in "folder 1" with all deferent names. I want to rename files in "folder 2" with same names as in "folder 1"It's like copying names from one folder to anotherPlz help, thanks

    :)
     
    Gurpreet Sidh, Jul 8, 2022
    #1
  2. red268 Win User

    Gathering Names Of Multiple Files

    Is it possible to get the names of multiple files and paste them in to Notepad or Word or something?

    Not sure how clear that is - I've got a folder with lots and lots of films from holidays etc. I've spent ages renaming them all to something meaningful (Other than Mov0001, Mov0002 etc etc)
    Unfortunatly, at the time, I didn't think to copy and paste the names in to a file as I did each one. But now people want to know what things I've got - so I want a list of all the names without having to type each one out seperately.

    Any ideas?

    Thanks
     
    red268, Jul 8, 2022
    #2
  3. temp02 Win User
    Java.nio.file - Copying files

    You can't copy a folder, thats why it generates an exception (you are trying to copy a folder using a copy file function).
    You probably need to list all the files inside that folder and copy one by one
     
    temp02, Jul 8, 2022
    #3
  4. Squirrely Win User

    Renaming multiple files from a text file or copy names from other group of files

    Gathering Names Of Multiple Files

    Try this snippit in a batch file:

    You have to specify where to go with the batch file, which is what the cd command is for. Then, once the prompt is in that directory, the last command lists all of the files (including directories) in the list_of_files.txt text file, since dir is a command, not the directory location. *Smile Renaming multiple files from a text file or copy names from other group of files :)

    Edit: Also, if your directory has spaces, you may have to put the directory in quotes, such as:

     
    Squirrely, Jul 8, 2022
    #4
Thema:

Renaming multiple files from a text file or copy names from other group of files

Loading...
  1. Renaming multiple files from a text file or copy names from other group of files - Similar Threads - Renaming multiple files

  2. How to rename a group of files with names of another group of files

    in Windows 10 Gaming
    How to rename a group of files with names of another group of files: I have a folder with a group of files. For example;First folderAudio1.wavAudio2.wavAudio3.wavAudio.... and so onSecond folderYes.wavNo.wavPerhaps.wav... and so onAnd there's the same amount of those files, but they named different. How can I replace names of first group with...
  3. How to rename a group of files with names of another group of files

    in Windows 10 Software and Apps
    How to rename a group of files with names of another group of files: I have a folder with a group of files. For example;First folderAudio1.wavAudio2.wavAudio3.wavAudio.... and so onSecond folderYes.wavNo.wavPerhaps.wav... and so onAnd there's the same amount of those files, but they named different. How can I replace names of first group with...
  4. Renaming multiple files from a text file or copy names from other group of files

    in Windows 10 Network and Sharing
    Renaming multiple files from a text file or copy names from other group of files: HiI want to rename all files on a folder with the file names from the different folder. like I have some files in "folder 1" with all deferent names. I want to rename files in "folder 2" with same names as in "folder 1"It's like copying names from one folder to anotherPlz...
  5. Renaming multiple files from a text file or copy names from other group of files

    in Windows 10 Software and Apps
    Renaming multiple files from a text file or copy names from other group of files: HiI want to rename all files on a folder with the file names from the different folder. like I have some files in "folder 1" with all deferent names. I want to rename files in "folder 2" with same names as in "folder 1"It's like copying names from one folder to anotherPlz...
  6. File Names copied from Windows File History

    in Windows 10 Gaming
    File Names copied from Windows File History: I am setting up a new Windows 11 PC. It replaces an older Windows 10 PC. Earlier, I asked what the best method was for transferring files from the old to the new, and was advised to use File History on a removable hard drive. Turns out, that won't work, and now I've been...
  7. File Names copied from Windows File History

    in Windows 10 Software and Apps
    File Names copied from Windows File History: I am setting up a new Windows 11 PC. It replaces an older Windows 10 PC. Earlier, I asked what the best method was for transferring files from the old to the new, and was advised to use File History on a removable hard drive. Turns out, that won't work, and now I've been...
  8. Renaming a file into multiple different names

    in Windows 10 Support
    Renaming a file into multiple different names: Hi, I'll simplify question, I have one file that needs to be renamed and copied into multiple different names is there any batch in Windows 10 (OS build 18362.476) that I could use, I am also opened for any other suggestions? 145227
  9. Copy folder or file names as a text file

    in Windows 10 Support
    Copy folder or file names as a text file: Hi i have an extension called copy file names but doesn’t work very well, mucks up the order.... if i I use the windows option it works but I get more info than I need, I simply want the file name... are there switches Cher’s I can use to achieve this ..? thanks 135675
  10. Copying files from a folder using filenames from a text file

    in Windows 10 Network and Sharing
    Copying files from a folder using filenames from a text file: I have a folder that contains approx. 17,000 images, I want to copy only those images, whose filenames are listed in a text file. The text file contains approx. 1000 file names. Is there a command that I can use on cmd or power shell to automate this process? Otherwise I...