Search found 3 matches

by Julya
06 Jun 2019 05:13
Forum: DOS Batch Forum
Topic: Batch script that count all occurrences of a particular string
Replies: 1
Views: 4327

Batch script that count all occurrences of a particular string

Hello ,

I need a batch that count all occurrences of a particular string in a list of files,
and displays the file name and the number of occurrences for each of them .
Thanks in advance for help .
by Julya
02 Aug 2012 11:01
Forum: DOS Batch Forum
Topic: Batch renaming files
Replies: 7
Views: 5595

Re: Batch renaming files

Hi thanks a lot .I deleted Arhc00
if exist Arch00.zip del arch00.zip
and it worked.
by Julya
02 Aug 2012 05:23
Forum: DOS Batch Forum
Topic: Batch renaming files
Replies: 7
Views: 5595

Batch renaming files

Hello,
i have a list of files :
arch00.zip
arch01.zip
arch02.zip
arch03.zip
arch04.zip
and i want to rename arch01.zip in arch00.zip
arch02.zip in arch01.zip
arch03.zip in arch02.zip.
I want to to this in batch with a for.
How can i do it?
Thanks a lot in advance for help.