Open apps faster via Windows' command line.

Open apps faster via Windows' command line.
I saved myself a few keystrokes by installing a donationware utility that I used to assign a keyboard shortcut to the Command Prompt. Start by downloading and installing Clavier+, a keyboard-shortcut utility from Guillaume Ryder. Open the program, click the blue plus sign on the left side of the main screen, and navigate to Accessories>Command Prompt. Click in the Shortcut field, and press your preferred keystroke combination, making sure not to enter one you already use for some other purpose. (One that is available and easy for me to remember is Ctrl+Alt+C.) After you make your selection, click OK, and you'll see your new shortcut in the list at the top of the main Clavier+ window. Click OK once more to close the program, and now you've got access to the Command Prompt via the keyboard.Assign the keystroke combination of your choice in Clavier+'s Shortcut dialog box.You may be wondering why you can't simply right-click cmd.exe in Windows Explorer (it's in the C:/Windows/System32 folder), choose Create Shortcut, and then assign a keystroke combination to that shortcut by right-clicking it, choosing Properties>Shortcut, and entering the keys in the Shortcut key field. Windows won't let you. I don't know why, and I can't even find an explanation for the restriction. No matter what key combination I entered, I couldn't get it to open the Command Prompt window. For some reason, Clavier+ had no problem opening the window via the keystroke combo I assigned. Go figure.Launch apps from the command lineWith the Command Prompt open, type start winword and press Enter to open Microsoft Word, start excel to launch Excel, and start mplayer2 to open the old version of Windows Media Player (start wmplayer launches the newer release). Here are some other application file names you might find handy:Internet Explorer: iexploreMicrosoft Outlook: outlookMicrosoft PowerPoint: powerpntWindows Explorer: explorer (or press the Windows key and E to open an Explorer window with My Computer highlighted)Calculator: calcMagnifier: magnifyNotepad: notepadPaint: mspaintRegistry Editor: regeditSystem Configuration Utility: msconfigTweak UI: tweakuiWindows Movie Maker: moviemkWordPad: writeMost other applications can be launched simply by typing start and their name, such as "firefox", "thunderbird", "photoshop", "acrobat", and "itunes". To close the Command Prompt window, type exit and press Enter.Of course, you can do much more from the command line than launch applications. The Microsoft TechNet site lists the commands available for system-management tasks, with descriptions of how to use them. But that's a subject for a future post. Tomorrow: Fun with Microsoft Excel's Lookup function.