Skip to content

Instantly share code, notes, and snippets.

@tanabe
Created March 10, 2009 02:40
Show Gist options
  • Save tanabe/76682 to your computer and use it in GitHub Desktop.
Save tanabe/76682 to your computer and use it in GitHub Desktop.
@echo off
cls
echo.start
attrib -r -h ._* /s /d
del ._* /s
attrib -r -h .DS_Store /s /d
del .DS_Store /s
echo.done
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment