Archive for category Uncategorized

Command line to delete every file older than 30 days

I found a new command line directive i’d never heard of today, along with a brilliant example of it’s use- once you have changed your working directory, running this will remove any files or folders older than 30 days;

FORFILES /D -30 /C “CMD /C IF @isdir==FALSE (echo Deleting File @file) & (ATTRIB -H @file) & (DEL /F /Q @file) ELSE (echo Deleting Directory @file) & (ATTRIB -H @FILE) & (RD /S /Q @FILE)”

No Comments

Gravitar

Where do you setup and managed your Gravitar image, used by many wordpress and other blogs I hear you ask? en.gravatar.com

No Comments

Web site’s back!

Just a quick note to say everything is back up and running after the past 24 hours worth of downtime. I’ve rebuilt the server here with a fresh install of windows server 2008 and the latest releases of php for IIS and MySQL5, as well as a whole new backup plan.

No Comments

Submitted “Karma” to Apple for approval

I’ve just submitted my second ever iPhone app to apple for approval- you can find details of the app on the dedicated Karma iPhone app support page on my new iPhone projects site.

I shall post again once it’s been accepted (hopefully!)

2 Comments

Holiday!

Things will be quiet on here for the next 2 weeks as I’m on holiday! I will try and post a few updates to our holiday Blog over at www.shawson.co.uk/travelblog/

No Comments