Please open your notepad and
copy the code below
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
then paste this code in your
notepad and save as
"calculator.bat"
*note = you can change * with
+,- and /
Share it with your frnds and Feel Free To Comment.
.
Saturday, 6 August 2011
How To Make A Calculator With A Batch File
00:26
Muhammad Umair
No comments
0 comments :
Post a Comment