Do you have a temporary directory on your pc/server, you know one of those places where you put stuff to look at later but always forget to delete again?  It is likely that your answer is yes, but the more important question ought to be how do I automate cleanup of this directory? There are numerous ways to do this, but I’ll just give you one here – google the rest if you are not satisfied.. It’s actually not as hard as it sound, you need to download a utility called “forfiles.exe” (put  it in c:\windows\system32 or similar) and then create a script much like this (here I presume the directory to cleanup is C:\tempdata);
rem Delete files on the server older than 14 days.
forfiles -p c:\tempdata-s -d -14 -c "cmd /c del /Q /F ""@FILE"""
or
rem Delete files older than 90 days
forfiles -p c:\tempdata-s -d -90 -c "cmd /c del /Q /F ""@FILE"""
And that is about it 🙂

Now this is cool although a bit pricey at around US$ 35.000, your very own drone helicopter with an attached digital camera, you can then take neat pictures from 50 meters altitude…  maybe spy a bit on that neat blonde that lives next door when she is at the pool 😉 oh well we can all dream 🙂

An American firm is going its own way in combating the world’s CO2 crisis, not by building hybrid or electric cars but rather improving the existing combustion engine by as much as 33-50%.  This is achieved by heating and optimizing the gas injection into the engine.  Very interesting I would say.  For more see here; http://www.tscombustion.com/index.html