change-extention-ignore.bat <directory> <target> <new-extention> [<ignored-files>]
To ignore more than one file specify the filenames separated by /
.
We want to change files' extention in ./Test/
from .txt
to .bat
, but preserve extention of test-ignore.txt
.