Introduction: Batch Calculator
Hello,
Here I want to give you the latest version of my batch calculator
Copy this and save as -calculator-.bat
@echo off
echo.
:top
cls
echo Write down your arithmetical problem:
echo.
set p/ sum=
set a/ Value=%sum%
echo %Value%
pause >nul
goto top


