Skip to content

Instantly share code, notes, and snippets.

@deekayen
Created January 20, 2016 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deekayen/8bc45e192629ed9ae148 to your computer and use it in GitHub Desktop.
Save deekayen/8bc45e192629ed9ae148 to your computer and use it in GitHub Desktop.
Clean MacOS X meta files from current and sub Windows directory with command prompt
REM http://awesometoast.com/delete-all-instances-of-ds_store-in-windows/
REM Works in current and subdirectories.
REM Windows Explorer may take a few seconds to notice files are gone.
del /s /q /f /a:h ._*
del /s /q /f /a .DS_STORE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment