Advertisement
Guest User

NoImgCaptionMoved

a guest
Jan 20th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.38 KB | Source Code | 0 0
  1. @echo off&set delFiles=0&pushd "%CD%\anime512x"&setlocal EnableDelayedExpansion &if not exist NoImgCaption mkdir NoImgCaption
  2. for %%a in (*.png *.jpg) do (set count=0&for %%b in ("%%~na.*") do (set /a count+=1&echo !count! %%b))&if !count!==1 echo %%a Delete&set /a delFiles+=1&echo "%%a"& move "%%a" "NoImgCaption\%%a"
  3. echo    %delFiles% Files deleted&popd&pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement