Guest User

Untitled

a guest
Nov 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for /d /r "C:\\dev\Under_here_Recursively" %%d in (bin,obj) do @if exist "%%d" rd /s/q "%%d"
  2.  
  3. pause
Add Comment
Please, Sign In to add comment