(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
?