Tagged Questions
2
votes
1answer
672 views
How do I batch rename a specific file inside multiple zip archives via the command line?
I have about 200+ shareware files in zip format that each contain a file called "FILE_ID.DIZ". I need to know how to rename each instance to lowercase "file_id.diz" without doing it manually - I've ...