In this article i'll tell you how to create your's personal calculator in just few seconds.
It's very cool and useful too. To do so
follow these steps:-
It's very cool and useful too. To do so
follow these steps:-
- Open notepad - Go to start > All programs > Accessories > Notepad or just simply press windows button + R ,type notepad and hit enter.
- Type/paste the following code - Copy the following code and paste in notepad.(Remember- do not change the code)
@ECHO OFFcolor 0atitle CALCULATORECHO Calculator Version 1.2ECHO Created by Vaibhav GuptapauseECHO ---------------------------------------- -------
ECHO Symbols for calculation -ECHO * = MULTIPLYECHO + = ADDECHO - = SUBTRACTECHO / =DIVIDEECHO ---------------------------------------- -------pause
:loopecho.echo ---------------------------------------- -------SET /p UDefine=SET /a UDefine=%UDefine%ECHO =ECHO %UDefine%ECHO.goto loop
- Create the calculator - Save as calculator.bat
You are done! Test your new calculator.
0 comments:
Post a Comment
Dear visitor,
How-to updates its articles at regular intervals to ensure that you always receive the matter which is up-to-date. Even then if you are not satisfied by our article or having any complaint regarding our post, just leave a comment along with your e-mail address.