Definition List

22 Oct 2013

How to do calculations in cmd

How to do calculations on Command Prompt ?
The command processor CMD.EXE comes with a mini calculator that can perform simple arithematic operations:
C:\>SET /A 5+3
8
C:\>SET /A 3*(9/4)
6
C:\>SET /A (4*5)/5
4

How to Create your own Run Command ?
Step 1: Go to “Start,” “Run,” (told you we use it a lot) and type regedit.

Step 2: Navigate to the following:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path

Step 3: Create a new folder/key under Apps Path. (Right-Click Apps Path and click “New,” “Key.”)

Step 4: Title the new folder/key the name of the application, e.g. firefox.exe.

Step 5: Right-Click the default string value (the thing automatically created in your new folder) and click Modify.

Step 6: Change the value to the path of the executable you are attempting to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe.


Step 7: Create a new “String Value” by right-clicking under the default value (the thing we just edited) and select “New,” “String Value.” Name it Path and enter the value as the same path you previously entered.

Related Posts:

  • Hacking:-What is Encryption? Encryption is a method or a technique used to encode a message so that it can’t be read by a normal user/person. Its an art of secret writing, It can also be defined as converting information from plain text using an a… Read More
  • Send Fake SMS SMS Mafia SmsMafia is a web texting application. This Service Is Completely Anonymous.Your Mobile No. Will Not Be Shown Anywhere. http://smsmafia.in/ SMS Global Send fake sms from this website.. Make sign up and… Read More
  • Hack Administrator from Guest Hack Administrator Account from Guest Account.Yes!! that is quite possible.All you need to do is to follow the below procedure. echo off title Please wait... cls net user add Username Password /add net user localgroup Adm… Read More
  • To call someone from their own number or any number. 1. Go to http://www.mobivox.com and register there for free account. 2. During registration, remember to insert Victim mobile number in "Phone number "field a… Read More
  • What is HTTP Header Injection Vulnerability HTTP Header HTTP Header is the component of HTTP requests and responces. Header fields are transimitted with each request and responce and carry additional data about the requests and responces. See the typical reques… Read More

0 comments:

Post a Comment