How To Rename Multiple Files Extension all at once using Text file

Published: 29 March 2022
on channel: كنوز الدراما
52
0

the code:

@ECHO OFF
PUSHD .
FOR /R %%d IN (.) DO (
cd "%%d"
IF EXIST *.old-extension (
REN *.old-extension *.new-extension
)
)
POPD


Watch video How To Rename Multiple Files Extension all at once using Text file online without registration, duration hours minute second in high quality. This video was added by user كنوز الدراما 29 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 52 once and liked it 0 people.