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

?
ext_230: a tiny green frog on a very red leaf (Default)

[identity profile] anatsuno.livejournal.com 2005-03-11 10:08 am (UTC)(link)
oh, also. if you want to no have to write the path, go into the directory you want the comman executed in first. Then type the simpler command w/o the path. shoudl work too.