I have images with filenames ex: 0034343.jpg and I want 00 to be removed on the start of filename leaving 34343.jpg as new filename.. How can I do it in DOS?
I tried REN 00*.jpg *.jpg it doesn't work.
|
I have images with filenames ex: 0034343.jpg and I want 00 to be removed on the start of filename leaving 34343.jpg as new filename.. How can I do it in DOS? I tried REN 00*.jpg *.jpg it doesn't work. | |||||||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You should be able to start with:
This will, as it stands, simply echo the Stepping through it bit by bit:
You can examine the various commands by entering
| |||||
feedback
|
|
Try this:
This will just strip two characters off the beginning of every file name. Delayed expansion must be enabled. Might need to do | |||
|
feedback
|