file name utility

  • Thread starter Thread starter georgepds
  • Start date Start date
G

georgepds

Hi

I need a utility that will search all subdirectories and change

*.mp2 >>>>into>>> *.mp3


What I want it to do is change the file type into mp3 for all files in
the subdirectories
 
X-No-Archive: Yes

Just install Python and let it do the job for you...


Thank you both


Where can I find Python, i'm willing to give it a whirl
 
Hi
For a single directory, use: ren *.mp2 *.mp3

For all subdirectories, a dos utility called sweep probably
will do it. It will execute almost any dos command in
an entire tree (if you start in the root dir., it will cover
the entire logical drive).

It was written by Charles Petzold.

Jack
 
J. Yazel said:
For a single directory, use: ren *.mp2 *.mp3

For all subdirectories, a dos utility called sweep probably
will do it. It will execute almost any dos command in
an entire tree (if you start in the root dir., it will cover
the entire logical drive).

It was written by Charles Petzold.

Great little utility - saves lots of bigtime batch file headaches.

Sweep DOS, 1.1 kB FREE
Sweep is a DOS command line utility that will perform any DOS command
both within the current directory and all subdirectories of that
directory.

http://www.tamrof.org/archive/sweep.zip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Convert WAV to MP3 4
MP2 - MP3 conversion 2
Building a directory from the filename 6
GermaniXEncoder 2
Evil Player 1.07 11
Checksum utility wanted 7
Update - 1by1 (v. 1.53) 4
How to copy a lot of files? 12

Back
Top