BoneFill
Registered
HELP PLS!!! 
I have a lot of JPGs on the /tmp directory that i have printed from the web using Kunvert.app via "PDF Services" but every time i print one it is saved on a new folder named "printing(dot sumtin)" and the files are been saved as "Print job.jpg" now, i have to take those files out so i have made a contextual menu using "on my command" to move the files from /tmp to my desktop but then all files are overwritten by the last one so i end with just one file...
so i guess it will end the same way... with just a single file instead of all my files...
I had the same problem months ago when a client gives me a CD with lots of folders with some files inside but all the files was named the same way no matter in which folder they were stored... the procedure then was to use "R-name.app" to rename those files from something.pdf to something '00+1'.pdf that doesn't bothered me since i just have to drop the folders from CD to app but now i have to:
TIA

I have a lot of JPGs on the /tmp directory that i have printed from the web using Kunvert.app via "PDF Services" but every time i print one it is saved on a new folder named "printing(dot sumtin)" and the files are been saved as "Print job.jpg" now, i have to take those files out so i have made a contextual menu using "on my command" to move the files from /tmp to my desktop but then all files are overwritten by the last one so i end with just one file...
#On my command script (Move JPGs)
*********
mv /tmp/printing*/* /Users/myhomedirectory/Desktop/
*********

I had the same problem months ago when a client gives me a CD with lots of folders with some files inside but all the files was named the same way no matter in which folder they were stored... the procedure then was to use "R-name.app" to rename those files from something.pdf to something '00+1'.pdf that doesn't bothered me since i just have to drop the folders from CD to app but now i have to:
Print to JPG
+ go to /tmp
+ select folders
+ drop to R-name.app
+ run contextual menu script in order to move all files to a directory
TIA