SysChat

SysChat (http://www.syschat.com/forum.php)
-   Other (http://www.syschat.com/tutorials/other/)
-   -   How to create your own RUN command (http://www.syschat.com/how-create-your-own-run-command-5033.html)

dwarkarao 10-22-2009 02:01 AM

How to create your own RUN command
 
RUN commands are one of best way to launch programs. You must have seen that people who are too good with computers use RUN command. For example, "calc" to launch calculator and many many more.

If you find it cool, then follow this tutorial to create your own RUN command. After finishing with this tutorial, you will be able to create a RUN command for whichever application you want.

Below are the steps to be followed to create any customized RUN application:


1. Open the start menu and follow the path. Start–>Run—>then type regedit and hit enter.

2. Now navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\App Paths

3. Right-Click on App Paths and select> New> Key

4. Give a name to the key respective to the application. Let us just try out this tutorial by creating a shortcut to FIREFOX by using run command as ffox.exe

5. Right-Click the default string value and click Modify.

6. Alter the value to the path of the executable you want to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe.

7. Now, in the white space(blank field), right click anywhere and select New> String Value.

8. Name it Path and enter the value as C:\Program Files\Mozilla Firefox\firefox.exe

9. Once you are done all the steps, simply close the Registry Editor.

10. Now its time to try out your RUN command. Open the start menu and follow the path. START>RUN>ffox.exe (or the one you have tried with).
You will see that Mozilla Firefox launches.

Now you can create your own RUN commands to impress your friends or make your daily work easier.

Happy Commanding!


All times are GMT -4. The time now is 06:17 PM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54