rename multiple files extensions

Associate
Joined
29 Apr 2006
Posts
1,456
hi guys
i have something like 200 files with no extensions and i need to set them either a PSD or an EPS suffix.
what will be the best way to do so? working on vista.
cheers
 
Open a command window, navigate to the correct folder and type

ren *.* *.psd


This should rename everything to a psd, so you might want to separate the files with no extensions into a new folder.
 
Back
Top Bottom