PDF download Download Article PDF download Download Article

To create a Windows shortcut that runs a command at the command prompt, right-click the desktop → select “Shortcut” → Enter the command (prefaced by “|%comspec% /k” → Click “Next” → Enter a name for the shortcut → click “Finish”.

Method 1
Method 1 of 2:

Creating a Desktop Shortcut

PDF download Download Article
  1. [1]
  2. Advertisement
    • The -k flag keeps the command prompt window open after the command is run. You can remove the flag if you prefer the window closes right away.
  3. Whatever command you type after %comspec% /k is the one that will run when you double-click this shortcut. For example: [2]
    • %comspec% /k ping www.google.com will ping www.google.com when you double-click the shortcut.
    • %comspec% /k sfc scannow will scan all protected system files when you double-click the shortcut.
  4. This is the text that will appear under the icon.
    • For example, if the shortcut pings Google, you could type ping google .
  5. The shortcut is now on your desktop.
  6. The command prompt window will appear, and you’ll see your command running.
  7. Advertisement
Method 2
Method 2 of 2:

Creating a Keyboard Shortcut

PDF download Download Article
  1. A keyboard shortcut is a combination of keyboard keys you press to run a command or program. To create one for a command line command, make sure you’ve already created a desktop shortcut. [3]
    • Keyboard shortcuts will follow the format Ctrl + Alt + [other key] .
    • You’ll be able to choose a letter, number, or punctuation key as the “other key.” For example, b , . , 3 .
  2. The “Shortcut” tab of the Properties screen will appear.
  3. The text box will fill with the entire shortcut using the key you press.
    • For example, if you press p , the text in the box will change to Ctrl + Alt + P .
    • If you create multiple keyboard shortcuts, make sure not to use the same key twice. [4]
  4. You’ll now return to the desktop.
  5. The command prompt window will appear, running the command you set up in the desktop shortcut .
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I make a shortcut for run command?
    Community Answer
    You can pin command prompt to your taskbar. Just open cmd and right click, then press "Pin to taskbar."
Ask a Question
      Advertisement

      Tips

      • Some apps have their own shortcuts (like Ctrl + Alt + I in Photoshop) that may match yours. Minimize open applications before using a keyboard shortcut so you don’t accidentally run it in an app.
      • You can drag a desktop shortcut to the Windows taskbar if you’d prefer it not be on the desktop.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 30,661 times.

      Is this article up to date?

      Advertisement