Search found 3 matches
- 01 Apr 2013 06:20
- Forum: DOS Batch Forum
- Topic: Duplicate finding & removing
- Replies: 1
- Views: 2131
Duplicate finding & removing
Hi everybody! How can i find file duplicates among more then 7500 *.epubs using bat-file? There are no absolutely matching entries (such as Never Go Back - Charles DeVet.epub Never Go Back - Charles DeVet.epub) But there are a lot of 1984.epub J.Orwell - 1984.epub Jeorge Orwell - 1984.epub (These th...
- 27 Mar 2013 14:12
- Forum: DOS Batch Forum
- Topic: Rename Epub files
- Replies: 4
- Views: 5200
Re: Rename Epub files
Thank You!!!
And how do i use REN command to rename many files (about 2000) to get result like
z00o1.zip, z0002.zip ("serialize" file names)
Thanks again!
And how do i use REN command to rename many files (about 2000) to get result like
z00o1.zip, z0002.zip ("serialize" file names)
Thanks again!
- 26 Mar 2013 13:13
- Forum: DOS Batch Forum
- Topic: Rename Epub files
- Replies: 4
- Views: 5200
Rename Epub files
Hi! I have a lot of *.epub-files (5000) with*.opf-file inside each epub. The names of files are not correct (a001, a002...). Inside each -*.opf is info about book in such format: <*"aut"*>author</dc:creator> <dc:title*>title</dc:title> How can i create a *.bat-file, that renames all the ar...