Chris Tate-Davies

An archive of helpful tit bits of information for development, and probably some stuff that is incomplete, wrong or boring…

CSV file of Windows Process list

If you need a CSV file of the currently running  processes in Windows you can use the task manager command line tool. C:> TASKLIST.EXE This will dump the task list to the screen. But there are several options you can use: C:> TASKLIST.EXE /V /FO CSV > filename.csv The above will produce a nicely formatted [...]

Export Thunderbird contacts to Outlook

I wanted to export my Thunderbird Contacts to Microsoft Outlook 2010 beta. Jesus, if that wasn’t the most stressful export ever! Thunderbird can only export as CSV or tab separated – or LDAP. Outlook says it can import from CSV and Tab separated, however it just crashes with mapping errors. I tried dragging them from [...]

  • Chris Tate-Davies

    Hello there. This is my little "repository" on the world wide web. Its for nothing more than documenting things that I might need again in the future. You could describe it as an extension to my memory.

    Also an online collaboration of my thoughts through the day. I'll try to keep the real random stuff out and keep the blog on course.

    Thanks for stopping by... Hope you find what you're looking for...

  • Tags