Hello friends..!
Want to make your own calculator for
your pc.
Then you are at the right place, this
post describes exactly how you can make your calculator as you like.
With this trick, you can make your
own calculator using notepad.
To use this trick, follow the
instructions given below:-
- Click on Start. Navigate to All Programs, Accessories and Notepad.
- Copy and paste the exact code given below.
@ECHO OFFcolor 2atitle WELCOME TO HASAN'S CALCULATORpauseECHO ------------------------------------------------ECHO * = MULTIPLYECHO + = ADDECHO - = SUBTRACTECHO / = DIVIDEECHO -----------------------------------------------pause:loopecho.echo -----------------------------------------------SET /p UDefine=SET /a UDefine=%UDefine%ECHO =ECHO %UDefine%ECHO.goto loop
NOTE:
Replace the words in red
color to change title of calculator.
Replace the code in yellow to
change the background and text color.
- Click on File Menu, Save As, select All Types in Save as Type option, and save the file as calci.bat or "*.bat".
- Click on OK.
§
NOTE:
Save the file with .bat extention only.
Now open the file and that's all you
have your own calcuator for your pc .
If you have any question so please
write in comments , And Don't forget to share these trick with your fiends...!
ENJOY….!
Post a Comment
Write Your Precious Comments Here.!