Tray Command Line

If you have any comments/sugggestions rearding this program
please email to voikg@hotmail.com.

Version 1.11
- First public release
Version 2.00
- Added command parameters support
Version 3.00
- Recent command list is now saved in the registry
- Now uses ShellExecute() - allows execution of special shortcuts
  (like dialup networking entries), visiting www sites just by typing
  their address, opening documents with an associated program by
  typing document name, or just browsing directories with explorer
  by entering a directory name.
- Allows to change the hotkey
- Added AutoMinimize option - minimizes to system tray when lanched a program
- Various bugfixes
Version 3.01
- 2 bugfixes.
- The tray icon always stays in tray i.e. the program is always accessible
  when using mouse.
Version 3.10
- Aliases expanded
- Nested aliases added: you can add alias "n; c:\win95\notepad.exe" and then
  add "notes; n c:\edit\notes.txt" - alias which uses alias "n".
- Last user command is displayed each time TrayCL is activated(Like in Run dialog).
- Remembers only succesful commands in history list
- Minor bugfixes.
Version 3.20
- History is now saved to windows registry (50 last commands).
  Now you can invoke commands from previous sessions using history list.
Version 3.21
- Dialog box is not shown when program is run with "Hide when started" option.
- Horisontal scroll problem fixed.
Version 3.25
- Added "OK" button
- Reconstructed "add alias" dialog
Version 3.31
- Added Smart Dir (tm) button
(if space is pressed after a command the chosen file is inserted as a parameter)
- Added drag and drop capability
Version 3.32
- Optimized run function