Show #2: My Favorite Things
TTP #2 MP3 Download (17MB)
As per request, this show talks about the tools I use on my own computer. All of them are free; just follow the links below to read about or download any one of the tools I talked about.
There's a similar trick you can do with the "folder" type, as I explained in the podcast, that lets you run a command window in that folder. There's a Windows XP Powertoys item called CmdHere.exe that sets this up for you in an uninstallable manner (very desirable). But if that's not an option, here's my equivalent, though less elegant solution:
As always, your feedback is greatly appreciated, whether you liked it, didn't like it, or are completely indifferent, I'd love to hear from you.
As per request, this show talks about the tools I use on my own computer. All of them are free; just follow the links below to read about or download any one of the tools I talked about.
- Firefox - Web browser
- Thunderbird - Email client
- Open Office - Office Suite
- VNC - Remote Desktop
- Visual Studio C# Express - Microsoft Developer Studio -- Free till Novemeber
- Notepad2 - Notepad Replacement
- Notepad++ - Notepad Replacement
- Frhed - Hex Editor
- XN View - Image viewer / Converter
- XN Resource Editor - Resedit for Windows
- QEMU - Machine Emulator
- PuTTY - Windows SSH Client
- WinSCP - Windows SCP Client
- Cygwin - Linux tools on Windows
- WGet for Windows - Command line downloader
- Process Explorer - Enhanced Task Manager
- Audacity - Audio Editor
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open in frhed\command]
@="C:\\Program Files\\frhed\\FRHED.exe %1"
[HKEY_CLASSES_ROOT\*\shell\Open in Notepad2\command]
@="c:\\Program Files\\notepad2\\notepad2.exe %1"
There's a similar trick you can do with the "folder" type, as I explained in the podcast, that lets you run a command window in that folder. There's a Windows XP Powertoys item called CmdHere.exe that sets this up for you in an uninstallable manner (very desirable). But if that's not an option, here's my equivalent, though less elegant solution:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\DOS Prompt\command]
@="cmd /k cd \"%1\""
As always, your feedback is greatly appreciated, whether you liked it, didn't like it, or are completely indifferent, I'd love to hear from you.
