Guest User

Untitled

a guest
Apr 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 002-054*.pdf
  2. 042-021*.pdf
  3.  
  4. 00202 - 05402-054*.pdf
  5. 04242 - 02142-021*.pdf
  6.  
  7. @echo off
  8. for %%F in (*.pdf *.jpg) do call :subr "%%F"
  9. exit /b
  10.  
  11. :subr
  12. set filename=%1
  13. move %1 %filename:~1,3%%filename:~1,7%
  14. exit /b
Add Comment
Please, Sign In to add comment