How to delete all folders in current directory

How to delete all folders in current directory using command line (cmd.exe) or batch files? How to delete all empty directories in current folder: FOR /D %f IN (*.*) DO RD “%f” How to delete all directories / folders in current directory / folder: FOR /D %f IN (*.*) DO RD “%f” /S /Q If …

Google AdWords (or any third party) tracking with onclick that really works

Disclaimer: this works for me and my clients today (Sep 2010). If Google or one on the web browsers change something, this may break all tracking, so use this on your own risk. Below is working code fragments. In the process of making the code work, there was following problems / symptoms: Chrome and Safari …

August 2010, links

stackoverflow.com – Strangest programming language feature Kyle Brandt writes about – Should Developers have Access to Production? International Telecommunications Union is considering eliminating leap seconds from the Coordinated Universal Time (UTC). Read here. Icons of the Web. A large-scale scan of the top million web sites (per Alexa traffic data) was performed. We retrieved each …