softinics
  How to make a calculator with a Batch File.
 
Please open your notepad and copy the code below
----------------------------code------------------------------
echo off
cls
echo.
echo This is multiplication calculation
set/p "user=FirstNo=>"
set/p "pass=SecondNo=>"
set /a a=%user%*%pass%
echo so the answers is = %a%
pause >nul
---------------------------end code---------------------------

then paste this code in your notepad and save as "calculator.bat"

*note = you can change * with +,- and /
 
 
  Today, there have been 25 visitors (74 hits) on this page!  
 
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free