fast question

ive a folder with thousand of files and i need to change every file's format, any program can do that for me?
Comments
28
depends what format and what format u want it* to :o
damn, had the same today. tried to convert 15 PSD-files into jpg in a row. couldnt even manage to do it with the fuckin CS3 Extended version. theres a batch-version of converting things, couldnt get it to work...

edit: depends on the file-format i guess
it's easy, just make a new action, open one psd and save it as jpeg and then stop the action

put all psd's in same folder, go to automate batch, pick your action and folder and let it work
Parent
Don't know which sort of files u mean but if you want to convert images into .jpeg files download this: http://www.photoactions.com/a2jpeg/
does it convert PSD-files aswell? 2lazy2read atm...
Parent
Yea PSD files can also be converted into .jpeg files. (check the list of formats at nr. 7)
Parent
kk, thank you :)
Parent
Mark them all, rename.
depends i guess...imagine to do that with jpg-files and then enter avi or exe...guess it wont work
Parent
tried that one, now i have folder full of xxxx1, xxx2, xxx3 :D

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
Parent
Thought so, that you don't like this point of this way. :D
Parent
1000 is not a problem for you superchmpp
start run cmd

move *.* *.extension

NOOB
didnt understand :<
Parent
no can do, dos scripting has been such a long time ago for me :P

but it can be done !
Parent
start --> run --> cmd
cd to your map
for %%f in (*.* ) do move %%f %%f.extension
being able to do stuff in bash is one thing. but effectively working in dos is really nerdy! :D
Parent
What Viax said !!!
Parent
god, i actually learnt how to do that in school :(
Parent
You would have renamed hundred already in this time...
select all > rename > GG
Back to top