Navigation: Home
Removing .DS_Store files
Tuesday, 25 October 2011 09:37

A handy command for deleting that annoying .DS_Store file our good apple-lovers like to leave lying around on Windows share folders....

 

FOR /F "tokens=*" %G IN ('DIR /B /AH /S .DS_Store') DO ERASE /S /Q /AH  "%G"

 

Twitter Feed

reegz786
Java developer with delusions of Flex.. Living the developers dream
reegz786
reegz786: Just got asked if I've ever heard about the Balanced Scorecard. @CubicThoughts

12 hour(s) ago from Twitter for Android

reegz786
reegz786: #Ubuntu now on #android #linux #ftw http://t.co/LEsOc6v9

12 hour(s) ago from Twitter for Android

reegz786
reegz786: Never do business with friends.

2 day(s) ago from Twitter for Android



powered by TweetXT!