Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. pushd %~1
  2.  
  3. for %%i in (*.*) do Goto FLS_EXIST
  4.  
  5. @Goto The_End
  6.  
  7. :FLS_EXIST
  8. pushd %~2
  9. rmdir /s /q %~2
  10. popd
  11. copy /b "*.*" %~2
  12.  
  13. @Goto The_End
  14.  
  15. :The_End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement