Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- @echo Deleting all BIN and OBJ folders...
- for /d /r . %%d in (bin obj) do @if exist "%%d" rd /s/q "%%d"
- @echo BIN and OBJ folders successfully deleted :) Close the window.
- pause > nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement