Search found 1 match

by coraties
05 Jan 2012 16:49
Forum: DOS Batch Forum
Topic: Rename multiple filenames on the command line or batch file
Replies: 1
Views: 3337

Rename multiple filenames on the command line or batch file

Hi,

I'm trying to find a easy way to rename multiple filenames on the command line or using the batch file:

The original files like:

abc01.txt, abc02.txt ... abc15.txt

to

defgh01.txt, defgh02.txt ... defgh15.txt

or to

de01.txt de02.txt ... de15.txt

Thanks in advance,
- Coraties