marain
04-16-2021, 01:29 AM
Wanted to copy, changing extension, on all .js files in a folder.
copy *.js *.js1 does not work. (It's been a while.) Any old timers here (or youngsters too) with the answer?
Note: rename does not seem to work either:
rename *.js *.js1
copy *.js *.js1 does not work. (It's been a while.) Any old timers here (or youngsters too) with the answer?
Note: rename does not seem to work either:
rename *.js *.js1