how do I rename *.3gp.mp4 to *.mp4?
Posted: 11 Apr 2019 12:40
how do I rename *.3gp.mp4 to *.mp4?
so e.g. aaa.3gp.mp4 should be aaa.mp4
E:\blah>rename *.3gp.mp4 *.mp4
E:\blah>move *.3gp.mp4 *.mp4
The filename, directory name, or volume label syntax is incorrect.
E:\blah>
none of those commands are renaming the files.
so e.g. aaa.3gp.mp4 should be aaa.mp4
E:\blah>rename *.3gp.mp4 *.mp4
E:\blah>move *.3gp.mp4 *.mp4
The filename, directory name, or volume label syntax is incorrect.
E:\blah>
none of those commands are renaming the files.