(no subject)
11 Mar 2005 08:41 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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
?
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
?
(no subject)
Date: 11 Mar 2005 10:05 am (UTC)and er-- bulk rename utility doesn't work for you? *surprised*
(no subject)
Date: 11 Mar 2005 10:08 am (UTC)(no subject)
Date: 11 Mar 2005 11:08 am (UTC)(no subject)
Date: 11 Mar 2005 11:26 am (UTC)(no subject)
Date: 11 Mar 2005 11:33 am (UTC)(no subject)
Date: 11 Mar 2005 12:08 pm (UTC)http://www.bulkrenameutility.co.uk/Main_Intro.php
iirc, to rename extensions you have to first tell it to suppress the extension entirely on the bunch of files you wanna treat, then apply the new extension on them. it's a two stop process, but the utility is so fast it doesn't really matter.