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 [...]