cimorene: cartoony drawing of a woman's head in profile giving dubious side-eye (Default)
Cimorene ([personal profile] cimorene) wrote2005-03-11 08:41 am

(no subject)

i found information on how to bulk rename file extensions using ms dos here.

but i have a question for programmers.

RENAME [drive:][path][directoryname1 | filename1] [directoryname2 | filename2]

EXAMPLES

Rename all text files to files with .bak extension.

rename *.txt *.bak


does that mean you include the path to the directory you want in the command like

c:\documents\pictures\*.jpg *.bmp

?

:: puts on Tech Support hat ::

[identity profile] guinevere33.livejournal.com 2005-03-11 07:03 am (UTC)(link)
I think you have it right. I did a little additional Googling and didn't see anything that contradicted that. So what you type is:

rename c:\documents\pictures\*.jpg *.bmp
ext_230: a tiny green frog on a very red leaf (Default)

[identity profile] anatsuno.livejournal.com 2005-03-11 10:05 am (UTC)(link)
yup.

and er-- bulk rename utility doesn't work for you? *surprised*