Batch Process?

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
 
D

Dave

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 :)
 
A

Alec Stonehouse

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 :)
 
Top