Skip to content

Instantly share code, notes, and snippets.

@teleservices
Created June 13, 2014 02:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teleservices/c2c445deda90519cba4a to your computer and use it in GitHub Desktop.
Save teleservices/c2c445deda90519cba4a to your computer and use it in GitHub Desktop.
mac_clean.bat - delete bogus hidden mac files
del /s /a:h /a:a /q ._*
del /s /a:h /a:a /q .DS_Store
rmdir /s /q .Trashes
rmdir /s /q .Spotlight-V100
rmdir /s /q .fseventsd
del /s /a:h /a:a /q autorun.inf
del /s /a:h /a:a /q icon.ico
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment