Advertisement
meetsos

Cmd Uppercase Filename & Extension

Oct 12th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.14 KB | None | 0 0
  1. @echo off
  2. echo.Processing in progress...
  3. for %%i in (*.jpg) do for /F "tokens=1*" %%j in ('find "" "%%i"') do ren "%%i" "%%k"
  4. echo.DONE.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement