Run++ is a replacement for the windows run command. Currently the windows run command is very limited it only provides a drop down list of the last 26 typed commands and a auto complete functionality for the file system and browser history as described here. Run++ provides the following feature set:
Features
Auto Complete
Recognizes Commands
Create Custom Commands
- Execute via a short name
- Execute via a global hotkey
- Pass command arguments
- Store RunAs and Network login credentials
- More...
Pre-Loaded List of Commands
- Start Menu Shortcuts
- Control Panel Applets
- Favorites
- Recently Opened Documents
- All Executables in the Path
- More...
Side Features
- Minimizes the foreground window to system tray by pressing a hotkey
- Paste multiple lines of text as single line, great for URL wrap around
Motivation:
This project was inspired by my over use of the windows run command and also my
hopes to familiarize myself with the new features in .NET and C# version 2.0. It
was developed using
C# Express.
