Batch changing of file extension names??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI
a program im running wont recognise numerous audio files(samples) on my
harddrive because the file extension '.wav' is written as '.WAV'.
for some reason its not liking the fact that its been written in capitals...
i know this because when i change the file extension to lower case its sees
the file no problem...
Problem ive got is there's hundreds of files with the '.WAV' file extension
and to change them all one by one to lower case would be a bit of a
nightmare.
anyone know how i can do this a bit quicker......
thanks ...
Tony
 
tony said:
HI
a program im running wont recognise numerous audio files(samples) on my
harddrive because the file extension '.wav' is written as '.WAV'.
for some reason its not liking the fact that its been written in capitals...
i know this because when i change the file extension to lower case its sees
the file no problem...
Problem ive got is there's hundreds of files with the '.WAV' file extension
and to change them all one by one to lower case would be a bit of a
nightmare.
anyone know how i can do this a bit quicker......
thanks ...
Tony

- Start a Command Prompt
- Navigate to your .WAV folder
- Type this command:

ren *.WAV *.wav
 

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

Back
Top