Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to a make a simple calculater with notepad

1.Launch your Notepad from
your Windows OS PC.

2.Copy and paste this code
below into it
@echo off
title Batch Calculator by
(your name)
color 0c
:top
echo
————————————–
echo -Welcome to Batch
Calculator by *(your
name)!-
echo
————————————–
echo Enter your operand
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%


echo
————————————————————–
pause
cls
echo Previous Answer:
%ans%
goto top
pause
exit
3.Now press CTRL + S to save,
in the file name put in
Calc.bat


4.In the File type, select All
Files then Click on Save.
Now Launch the Calc.bat by
double clicking on it.

5.Your Calculator is live, you can
make use of it to perform your
basic calculation functions




This post first appeared on GET LATEST HACKS AND TRICKS OF ANDROID AND WINDOWS DEVICES, please read the originial post: here

Share the post

How to a make a simple calculater with notepad

×

Subscribe to Get Latest Hacks And Tricks Of Android And Windows Devices

Get updates delivered right to your inbox!

Thank you for your subscription

×