CREATE YOUR CALCULATOR WITH NOTEDPAD

No comments
hello friendz i m going to show you how to make calculator with notedpad

1:you need to open notedpad
2:CODE
"@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:copy this code without quotes .
4:paste it in notedpad and save it as CALC.BAT file.
5:its done open it and





No comments :

Post a Comment