There is one thing that drives me crazy after using Address Bar for a week. There are three modes of using this Address Bar:
1) Shows the folder currently open in active folder pane
2) Starts the DOS command ($)
3) Starts Windows command (>)
The annying part is that you can not change the current folder while composing a $- or >-command in Address bar. But the user need to change the folder: for example to construct the command line
I point to the executable file (d:\tools\shmools\xxx\yyy\favorite.exe), press Ctrl+Alt+Enter then I go to the argument (c:\data\legato\zzz\data.txt) and press Ctrl+Enter. Currently this is impossible without copying the file paths to the clipboard or collecting both files in a scrap container.d:\tools\shmools\xxx\yyy\favorite.exe c:\data\legato\zzz\data.txt
But (as far as I understand), there is a more userfriendly way to combine all of the three Address Bar modes into one: just allow users to append the $- and >-commands to the name of the folder currently open in active pane. And when the user changes the current folder, the name of the folder will change, but the command will stay.
Here is an example. Let's imagine I have open 'c:\data' in active folder pane and 'd:\backup' in non-active pane. After pressing Shift+Tab the 'c:\data' is not selected. The cursor stays just after 'c:\data' thus allowing me to enter the command, say '$test.exe' or '>test.exe'. After this the Address Bar looks like this:
If I'll press the Tab key to go to another pane the Address Bar will look like this:c:\data$test.exe
etc: the folder changes, the command stays. Pressing 'Esc' clears the command ('$test.exe') from the current folder path...d:\backup$test.exe
Maybe I'm wrong, but I think this is intuitive and user friendly. Your opinions?


