filename search&replace
filename search&replace
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- Mick0
Ona PC go to a command prompt and type in:
rename *01.* *02.*
this would rename all files that contain 01 to 02.Another example:
rename *.html *.htm
would rename all html files to htm files