Subscribe For Free Updates!

We'll not spam mate! We promise.

0

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 OFF
color 2a
title WELCOME TO HASAN'S CALCULATOR
pause
ECHO ------------------------------------------------
ECHO * = MULTIPLY
ECHO + = ADD
ECHO - = SUBTRACT
ECHO / = DIVIDE
ECHO -----------------------------------------------
pause
:loop
echo.
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….!

About The Author
Hasan Shaikh is the founder and admin of ShmHack, a popular blog dedicated for Learners,Geeks and Bloggers. He is currently 19 years old and loves to post articles related to blogging,SEO,adsense,hacking,security,social medias,computer and android. Find more about him...

Post a Comment

Write Your Precious Comments Here.!

 
Top