Re: Batch File Rename(JPEG) macro?
Posted by
Miguel A. de Pedro on
Dec 09, 2008; 5:03pm
URL: http://imagej.273.s1.nabble.com/Batch-File-Rename-JPEG-macro-tp3694281p3694282.html
Hi Zack,
This is probably not exactly what you want, but you can do something very
close in Windows (if you are PC) with the file>rename command. Select all
files in the folder, leaving the cursor in the file you want to be the
first,click right mouse button, select rename and enter the common
characters you want for all the files, then click enter and you end up
with a series of files with the common name (or number) name and a serial
numeral in parenthesis.
All the best
Miguel
Does anyone know of a quick macro that will rename all files(just jpegs)
> in
> a folder, in a sequence? The only condition is I want to specify the name
> of the first file in the list. That name will always be a number(for
> example, 1000.jpg) Then I want them to be named 1001.jpg, 1002.jpg, etc.
> until everything has been renamed.
>
> My code writing ability is pretty poor, and now I'm just trying to cut and
> paste from other sources, but I can't find anything too similar.
>
> Thanks!
> -zack
>