fast question
•
27 Nov 2008, 01:23
•
Journals
ive a folder with thousand of files and i need to change every file's format, any program can do that for me?
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
edit: depends on the file-format i guess
put all psd's in same folder, go to automate batch, pick your action and folder and let it work
and for the rest, im not trying to convert anything, the format im using shouldnt matter at all just needing faster way to rename em instead of clicking every1 one by one :d
move *.* *.extension
NOOB
but it can be done !
cd to your map
for %%f in (*.* ) do move %%f %%f.extension