Windows 10: how to batch rename files from a csv or txt list?

Discus and support how to batch rename files from a csv or txt list? in Windows 10 Ask Insider to solve the problem; say i have three files of the same type named cat,dog,mouse. and I have a csv/txt file with apple,orange,banana and in the same order they appear in... Discussion in 'Windows 10 Ask Insider' started by /u/Adventurous_Major_35, Jan 12, 2021.

  1. how to batch rename files from a csv or txt list?


    say i have three files of the same type named cat,dog,mouse. and I have a csv/txt file with apple,orange,banana and in the same order they appear in file explorer i want them renamed down the line so cat = apple , dog is renamed to orange, and mouse is renamed to banana. How do I do this?

    submitted by /u/Adventurous_Major_35
    [link] [comments]

    :)
     
    /u/Adventurous_Major_35, Jan 12, 2021
    #1

  2. How to Batch Rename files ?

    I have a lot of files I want to give names to. I already found a way to get names into a text I need. So all these names i have in text, I want to give to other files.

    How do i do this in a batch process ?

    Currently trying to learn FastStone Image viewer. Seems to be updated version of Resizer by the same company?
    That has been useful for other batch processes for images . But I've yet to figure the batch naming options .

    A different software I'm considering for this task is called Advanced Renamer .

    Maybe I've become too slow through the years because :
    I've been looking for the right tutorial that I can clearly understand and found none .
    They seem to be out of my grasp .


    Note : I currently use a bat file, that takes the names of other files I have in a folder and puts them into a text file.

    ( I'd prefer a one click Bat process ideally for this specific task ) .

    So I'd be happy with a bat file that can also take those names in my text list
    and apply them to files I want to rename in any given folder with those . If anyone knew how to do that.

    It don't matter the order applied - as long as each file in the folder receives one name from the list.
    The names I pulled are from images in a folder. The names are to be applied to a equal number of files ,
    which is a different extension. so no worry about them having the same name. So just the names .




    - - - Updated - - -

    I found this thread. But unsure how to apply it and its replies into the bat i need ?

    stackoverflow rename-files-after-a-list-of-names




    Update possible reference
    for loop - Creating a batch file to rename TXT files based on content (removing inappropriate syntax) - Stack Overflow

    - - - Updated - - -

    and yet another reference i need help understanding if its useful
    windows - Generate file-folder list.txt file in a directory/subdirectory & rename list.txt to folder/subfolder name using dir & ren command in a batch file - Stack Overflow
     
    OtherWay1982, Jan 12, 2021
    #2
  3. AsRock Win User
    Generating a .txt based file list in Windows 7

    Could he not use a wildacard ?. So it be dir %1 /a /s /b > *.txt and then it would list all .TXT files then.
     
    AsRock, Jan 12, 2021
    #3
  4. how to batch rename files from a csv or txt list?

    Generating a .txt based file list in Windows 7

    No, that > bla.txt is the target file to write to. You could use a wildcard in the argument, ie c:\windows\*.txt which would list all dlls in c:\windows. But adding that to a simple right-click would be tricky.

    Basically you would execute fancyfile.bat c:\windows\*.txt, fancyfile.bat would then write all .txt files to bla.txt.
     
    DanTheBanjoman, Jan 12, 2021
    #4
Thema:

how to batch rename files from a csv or txt list?

Loading...
  1. how to batch rename files from a csv or txt list? - Similar Threads - batch rename files

  2. renaming batch files

    in Windows 10 Network and Sharing
    renaming batch files: Hi,I have had to try and restore from windows file history but it adds a time stamp so my software cant locate the files due to the time stamp.so I have been using windows ppower shell to remove the date if its the same for each fileget-childitem *.png foreach { rename-item...
  3. renaming batch files

    in Windows 10 Gaming
    renaming batch files: Hi,I have had to try and restore from windows file history but it adds a time stamp so my software cant locate the files due to the time stamp.so I have been using windows ppower shell to remove the date if its the same for each fileget-childitem *.png foreach { rename-item...
  4. renaming batch files

    in Windows 10 Software and Apps
    renaming batch files: Hi,I have had to try and restore from windows file history but it adds a time stamp so my software cant locate the files due to the time stamp.so I have been using windows ppower shell to remove the date if its the same for each fileget-childitem *.png foreach { rename-item...
  5. Batch process txt to doc files

    in Windows 10 Software and Apps
    Batch process txt to doc files: I need to batch process hundreds of txt files into separate word template files. I am doing it manually with copy and paste currently and it is very time consuming....
  6. batch rename files

    in Windows 10 Support
    batch rename files: hello, id like to remove characters in file names... using cmd, ive been able to remove "." (the dot) and replace it with a space and but hopefully keep the extention id like bou.bou.bou.txt to be renamed to bou bou bou.txt i tried : ren *.*.??? * *.??? obviously i want to...
  7. Rename files in batch.

    in Windows 10 Network and Sharing
    Rename files in batch.: Hi All.. I am having some files nearly 2000 in nos. in a particular folder. I just need to replace some portion. Is it possible that I can do it instantaneously.. if so please guide....Details are furnished below.Old file Name : P12478-12-71-41-1781-01.dwg...
  8. how do i batch rename a list of files using a csv list without many fancy tools because its...

    in Windows 10 Ask Insider
    how do i batch rename a list of files using a csv list without many fancy tools because its...: I want to take files i have in a folder, rename each one down the line automatically from a .txt or csv submitted by /u/Adventurous_Major_35 [link] [comments] https://www.reddit.com/r/Windows10/comments/kv6k6v/how_do_i_batch_rename_a_list_of_files_using_a_csv/
  9. How to Batch Rename files ?

    in Windows 10 Software and Apps
    How to Batch Rename files ?: I have a lot of files i want to give names to. I already found a way to get names into a text I need. So all these names i have in text, i want to give to other files. How do i do this in a batch process ? Currently trying to learn FastStone Image viewer. Seems to be...
  10. Saving an MS Execl csv to a txt file

    in Windows 10 Software and Apps
    Saving an MS Execl csv to a txt file: Ok I am a bit stuck here as I need to save a very large csv file to a txt file that has a certain format for it to be used in another application as an import file, I will attach the sample csv files here My sheet will look like this [img] And the saved txt file...