Batch Process?

  • Thread starter Thread starter Alec Stonehouse
  • Start date Start date
A

Alec Stonehouse

Does anyone know if I can rename a batch of ppt files into pps files
without doing them one by one.

There are approx 500 of them.

Cheers in advance...Alec
 
Has everyone forgotten how we used to do things??

Put all the files you want to rename in to a directory, best one down
from root for ease.

Use the command prompt, select your directory, and use the command
rename *.ppt *.pps

And in a flash 500 files renamed, just like that....

The old ones are the best :-)
 
Of course, brilliant!

Thank you.

Alec



Dave said:
Has everyone forgotten how we used to do things??

Put all the files you want to rename in to a directory, best one down
from root for ease.

Use the command prompt, select your directory, and use the command
rename *.ppt *.pps

And in a flash 500 files renamed, just like that....

The old ones are the best :-)
 

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