Skip to content

Latest commit

 

History

History

Dublicate Remover txt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dublicate Remover TXT

Dublicate Remover txt

What Does That Mean?

start.bat Will start looking for dublicate file names given in dublicate_remover.txt After that it will generate file name result_after_removing_dublicates.txt for result after removing dublicate file names

Example?

TXT Contains

  • a.txt
  • a.txt
  • b.txt
  • c.txt
  • c.png

Pressing start.bat

Result will be

  • a.txt
  • b.txt
  • c.txt
  • c.png
.:[ Change Log ]:.
  • (1.0.0)
    • Initial Release