I've recently discovered a windows file manager that has officially replaced my windows explorer. I haven't seen a post about this, so I thought I'd bring it up. The program is called Xplorer2 and it displays a file tree, 2 window panes, and it has tabs that you create in each pane. If you're like me you'll have multiple explorer windows open at once so you can copy and move files around. This baby lets you do it all in one! HELL YEAH!! It also can display FTP servers in the folders. Oh yeah, you can also open scrap containers and throw files in there to copy or move to another folder.
The lite version is awesome and free. The pro version only costs $30 (worth it) and has a couple more features that I really dig (like saving tab layouts so you can reload them whenever you want). Anyway, you can check out a tour of the program in the following link:
http://zabkat.com/tour1.htm
That's also the site you can d/l the program from.
And Here's a quick overview of the program (including some hotkeys):
http://lifehacker.com/software/geek-to-live/replace-windows-explorer-with-xplorer2-258730.php
I'm also accustomed to using the windows key + E in order to open windows explorer. Since I like using Xplorer more, there's a program called autohotkey that basically lets you make any hotkey you want. Now win+E opens xplorer, plus I even set it up to recognize if xplorer is already running and if so then win+E will just bring the program forward
I'm posting about this cool app because it's really increased my productivity. Just take the time to learn the program, customize it, and your ready to go!
Replies
I'm using Total Commander
It works almost the same, 2 panel with tabs, this one you can have FTP in any panel/tab you want too. Almost same price, $34 for this one.
http://www.ghisler.com/index.htm
The thing I like the most about this Total Commander is that you can browse and copy very easily with keyboard alone. Can be really fast once you get used to it. You can use mouse with it too of course.
Also, i thought Directory Opus looked quite nice. I was holding off for the new version, but that's been released now.
http://www.gpsoft.com.au
I don't like Total Commander much because it feels so Windows95
MightyPea: If you wanna use the windows key for hotkeys, grab Clavier+. I use it a lot, I have all my favourite apps on Windows Key + Memorable Letter, so Win+C is crazybump etc. Saves me a lot of time. You can even bind keys to enter text strings, if there's something you find yourself typing a lot.
All Snap Snaps windows like PS menus. Works with Max.
Win Roll Roll windows up with a right click.
Clavier looks WAY simpler then Autohotkey. But if you do use Autohotkey and would like it to function as I mentioned above for the win+E use this code:
#e::
IfWinExist, xplore
WinActivate xplore
else
Run, xplorer2
Return
Another cool thing about autohotkey is that you can assign macros.
Win Roll would just clutter my desktop, I'd rather just minimize to my task bar. But I'm definitely checking out All Snap... looks useful to making everything fit perfectly.
That total commander has to be one of the ugliest pieces of software I've ever seen (and I've tried blender).
[/ QUOTE ]
and how.
I may have to try one of these jaspers out, though. I have never even really bothered to replace Explorer or even consider it.
There are some decent IDE's out there for ahk as well with highlighting. I use Scite a scintilla based editor.
Mop: thanks for the suggestion. I don't even remember my issue with autohotkey, but at one time it *did work well for me, and i'd done the same thing, although not for a whole lot of software.
seriously though, how logical would it be for Microsoft to set win-F4 to close windows and win-home to my documents or something?
That total commander has to be one of the ugliest pieces of software I've ever seen (and I've tried blender).
[/ QUOTE ]
Hey, I used to use it when it was called Windows Commander and it rocked the crap out of winfile.exe >=(
And before that and windows I used XTree which was awesome
We still use Telnet, that thing is just an ugly DOS prompt, but does it matter?