[Run Tab] Creating your own command

Last update on November 12, 2009 01:14 PM by jak58
Published by deri58

Creating your own command











This tips is designated to show you how to create your own command. Here the example will be taken on a command for running Mozilla Firefox.
  • First of all, open the registry by :
    • Start> Run > regedit




Go to the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ App Paths
  • Go to the Edit menu> New> Key and name as netnavig.exe
  • Make a double-click the value you just created, then go back to the Edit menu> New> String Value and give him the name Path
  • Double-click on the value created and enter the full path of the application that you wish to launch, in this example is C: \ Program Files \ Mozilla Firefox, then click OK. You can copy this path from the address bar of the browser directly.
  • Once again double-click on the default value and enter the executable of the application with its full path: C: \ *Program Files \ Mozilla Firefox \ firefox, in our example.
  • Then click OK and close the Registry Editor.
  • You can now run Mozilla Firefox just by: Start Menu> Run> type netnavig and press Ok.
Best answers for « Creating your own command » in :
Create your own command on linux Show Create your own command on linux Creating a Bash script Turning the command active (Executable) Creating a Bash script It’s important to create a Bash script which will run your command. Let’s see: #!/bin/bash #on displays the...
Creating your own command Show Creating your own command This tips is designated to show you how to create your own command. Here the example will be taken on a command for running Mozilla Firefox. First of all, open the registry by : Start> Run >...
Creating a Linux command ShowCreating a Linux command This article is valid for UNIX systems as well. What is a command? Many persons are discouraged to start Linux due to the complex syntax uses(mostly known as Linux command), but what is really a Linux...
Choose the right blog hosting service and create your own blog ShowChoose the right blog hosting service and create your own blog What is a Blog? How to create your own blog Step 1: Choose your Blog Hosting service Step 2: Sign up for an account Step 3: The layout Step 4: Promote your blog What...
Creating Shortcut key to merge cells ShowCreating Shortcut key to merge cells Issue Solution Note Issue If there a shortcut to be pressed on the keyboard to merge cells in excel? I was trying to find a code or any macro which will allow me to do this! Thanks for your...
Download Theme Maker ShowTo obtain good results, it is necessary to work in the best conditions and in a customized work environment. Theme Maker is a program which allows to customize, create or of change your cursors, your icons and bottom of screen. Modify and customize...
Linux commands ShowTable of main Linux commands Command Description DOS equivalent ls lists the content of a directory dir cd change directory cd cd .. parent directory cd.. mkdir creates a new...
User management in Windows NT ShowThe notion of a user Windows NT is an operating system which manages sessions, meaning that when the system is started, it is necessary to log in with a user name and password. When Windows NT is installed, the administrator account is created by...
Creating a local area network ShowWhy set up a local area network? When you have several computers, it can be convenient to connect them to each other to create a local area network (LAN). Setting up such a network costs very little, contrary to what people may think. Here are a...