organise
Roll Your Own Launcher with the Run Dialog
Posted by Adam Pash at 6:00 AM on August 23, 2008
We're huge fans of application launchers around these parts, but if your computer's running on fumes and you can't spare 15 or so extra megabytes of RAM to an app launcher, the Download Squad weblog details how to roll your own app launcher with the Windows Run dialog. Keep in mind that this method doesn't provide any of the advanced indexing or other features you get from other app launchers—you have to configure all your shortcuts manually. However, this has been a tried and true technique for lots of folks before the current crop of app launchers hit the scene, and if those app launchers feel like overkill, the classic Win-R method might be for you. On the other hand, if you're looking for a good app launcher, look no further than the five best application launchers—or my new favorite: previously mentioned Executor.

Comments (AU Comments · US Comments)
There are currently no AU comments for this post.
johnsmith1234
Posted 6:24 AM 23/8/08
I use Launchy on my computer of modern spec, but on any of my old machines (especially 32MB RAM Win98 machines) I use this all the time.
I also use (even on my new machines) the runbox to access certain things that are already in the path:
msconfig,
cmd
calc
mspaint
notepad
services.msc,
Shortcutting to windows firewall via "control firewall.cpl"
etc.
johnsmith1234
pschroeter
Posted 6:21 AM 23/8/08
I wrote this back in May for Best Application Launchers. Use the "Windows Run command starting (Windows) shortcuts to programs that I've given very short names (no more than three letters), which I've placed in a folder to contain them that I've added to the Environment Variables Path command."
Adding a folder, mine is called "RunCommandShortcuts", to the C: drive keeps me from putting shortcuts in a folder like the Windows folder, where I could accidentally cause damage, and where they would be hard to find.
pschroeter
Rhayader
Posted 6:40 AM 23/8/08
Meh, like I said on the DS post (first comment FTW!), the trade-off just doesn't add up to me. Sure its not THAT complicated to configure the path variable, shortcuts, etc, but Launchy is just so damn easy.
Rhayader
linoth
Posted 7:15 AM 23/8/08
Here's something to expand on their toolbar suggestion:
1) Create folders in your shortcut folder.
2) Personalize with icons to make them identifiable
3) Ctrl+Click the folder on the shortcut bar.
Oh snap! Drop down folder sorting!
linoth
liku
Posted 7:37 AM 23/8/08
I used to make *BAT files for each thing I wanted to run from the run box. I recently made a little app that lets me create an INI listing all the launch commands I want, including the ability to launch applications from relative directories (ie. a portable drive). Each command is preceded by "c" or "s" (the name of the EXE) and the directory it is stored in has to be added to the Windows Environmental variables (or put in C:\Windows\system\)
Example:
Run-> "c notes" launches my notes program
Run-> "s mplayerc" launches mplayer
etc. You have to edit the INI manually, but it's pretty self explanatory.
You can download it here [www.flyupload.com] including the code used to compile it using AutoIt.
liku
invid
Posted 8:53 AM 23/8/08
I love this technique been usin it for a while now - it is one thing I wish I could do on my nix 'run' dialog (it may be possible but I haven't uncovered the technique yet)
invid
invid
Posted 12:48 PM 23/8/08
I suppose I can rename the links etc in:
/usr/bin
That'd accomplish what I do on my work machine.
invid
thisisasignin
Posted 7:54 PM 23/8/08
I wish sol still started solitaire in Vista.
thisisasignin
Whelkman
Posted 1:59 AM 24/8/08
Even with Launchy I still Win+R:
cmd
mstsc
control [control_panel_keyword]
"cmd" is especially nebulous because its launch directory is critically important when it comes to respecting the PATH variable. Some applications include shell links to their own directories, which can pollute/destroy path to commands expected in system32. Excepting modified defaults, Win+R -> cmd always launches from %HOMEPATH%, which is an "acceptable" location. I never figured out whether this behavior was a bug or "feature".
Whelkman
gRider
Posted 4:27 AM 24/8/08
Find And Run Robot (FARR) is still a great option. You can configure it to use almost no memory when not in use. The standard setting will only use 6 Meg while the minimal setting uses considerably less than that.
If you then combine the very flexible alias functionality with a utility like NirCmd, the sky is the limit on what you can do. I also love the ability to traverse the directory structure with auto-complete.
FARR
NirCmd
gRider
krn
Posted 6:08 AM 24/8/08
I still really like SlickRun. I used to just use Win+R, but most of the time it actually takes as long as 5 or more seconds to open the Run box, even on a fast machine with very few other programs running.
SlickRun is really light on resources, will launch anything in my path (like the Run dialog), responds instantly, lets me setup a hotkey using Win+something, and lets me add my own shortcuts, too.
krn
gokieks
Posted 6:04 AM 24/8/08
Everytime I see another launcher-type program get named, I look at it, and I still can't see a reason to use anything but MCL: [www.mlin.net]
I've used it for probably 7+ years now, and it still works great, and barely uses more than 1MiB of memory.
gokieks
angrykeyboarder
Posted 6:54 AM 24/8/08
OR you could upgrade to the vastly underrated Window Vista and just hit the Windows key and type in the name of the program you want and enter.
angrykeyboarder
sonar_un
Posted 7:52 AM 24/8/08
Lots of users aren't in a administrative environment, and using runas commands can help speed up certain tasks.
Some of my faves
runas /user:\ cmd
runas /user:\ regedit
sonar_un
ffolliet
Posted 7:00 AM 25/8/08
@gRider:
big love for FARR. thank you
ffolliet
bobbo33
Posted 12:00 PM 25/8/08
Here's a run dialog quick tip: type a single period ("." without the quotes) opens an explorer window in the current directory (usually "my documents").
Handy for those older ThinkPads with no windows key. (Curse you IBM! Fortunately Lenovo came to their senses and fixed this). Typically I use Win+E to get an explorer window now.
bobbo33