heres an example if u aint already done it?
To change the name of the file SALES.TXT on drive A to NEWSALES.TXT on drive A, enter
ren a:sales.txt newsales.txt
To change the filename extensions to TXT on all files on drive B that have SAL as the first three characters of the main filename, enter
ren b:sal*.* sal*.txt