Lifehacker reader Paladin writes in with some smart command line-fu for running quick commands using command line switches: Whenever I want to do a quick "ping google.com" to see whether my network connection is working, I pull up the Run box and run cmd /c ping google.com (or, under Launchy, cmd /c ping google.com ). The /c argument tells the command processor to open, run the specified command,