Wanted to copy, changing extension, on all .js files in a folder.does not work. (It's been a while.) Any old timers here (or youngsters too) with the answer?Code:copy *.js *.js1
Note: rename does not seem to work either:Code:rename *.js *.js1
Printable View
Wanted to copy, changing extension, on all .js files in a folder.does not work. (It's been a while.) Any old timers here (or youngsters too) with the answer?Code:copy *.js *.js1
Note: rename does not seem to work either:Code:rename *.js *.js1
Hey marain!
rename *.js *.js1is working as intended for me (on Windows 10).
What operating system are you using? Are you in the right directory?
Any other debugging info you can provide?