Git Product home page Git Product logo

easy-dos-renamer's Introduction

ez2rename

A PowerShell script to rename your files with DOS-compatible (8.3) filenames.

The default behavior is to propose name changes with ~ followed by a number. It can handle large directories containing many files.

PS C:\Users\test\dosnametest2> C:\Users\test\Documents\dos-renamer.ps1

Original Name                                                        DOS Compatible Name
-------------                                                        -------------------      
New Text Document - Copy (10) - Copy - Copy - Copy - Copy - Copy.txt New Te~1.txt       
New Text Document - Copy (10) - Copy - Copy - Copy - Copy.txt        New Te~2.txt       
New Text Document - Copy (10) - Copy - Copy - Copy.txt               New Te~3.txt    
...
New Text Document - Copy - Copy.txt                                  New Te~997.txt     
New Text Document - Copy.txt                                         New Te~998.txt     
New Text Document.txt                                                New Te~999.txt     


Do you want to rename the files as proposed? (Y/N): y

PS C:\Users\test\dosnametest2> dir


    Directory: C:\Users\test\dosnametest2


Mode                 LastWriteTime         Length Name                                                                                                                   
----                 -------------         ------ ----                                                                                                                                                                                                                    
-a----         5/29/2024   7:34 PM              0 New Te~1.txt
...
-a----         5/29/2024   7:34 PM              0 New Te~999.txt

It also can take a switch --hex which will propose hexadecimal values and not use the ~ character:

PS C:\Users\test\dosnametest2> ..\Documents\dos-renamer.ps1 --hex

Original Name                                                        DOS Compatible Name
-------------                                                        -------------------
New Text Document - Copy (10) - Copy - Copy - Copy - Copy - Copy.txt New Te01.txt
New Text Document - Copy (10) - Copy - Copy - Copy - Copy.txt        New Te02.txt
New Text Document - Copy (10) - Copy - Copy - Copy.txt               New Te03.txt
...
New Text Document - Copy - Copy.txt                                  New T21E.txt
New Text Document - Copy.txt                                         New T21F.txt
New Text Document.txt                                                New T220.txt

easy-dos-renamer's People

Contributors

sukibaby avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.