[Batch] Calculator 01-31-2011, 11:37 AM
#1
hi guys its a simple batch calculator which uses:
+ for addition
- for subtraction
/ for division
* for multiplication
to be honest i found this 6 months ago and was buried away in the heart of my system
but since the GetAdmin posted the matrix which i also had the batch in the same dir as the calculator i thought i share these ![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
so i don't think i know where or when i got this code 6 months ago
+ for addition
- for subtraction
/ for division
* for multiplication
Code:
@echo off
start www.hackcommunity.com
title Batch Calculator by 1234hotmaster
color 1f
:top
echo --------------------------------------------------------------
echo Welcome to Batch Calculator by 1234hotmaster
echo --------------------------------------------------------------
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo --------------------------------------------------------------
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
to be honest i found this 6 months ago and was buried away in the heart of my system
![Tongue Tongue](https://sinister.ly/images/smilies/set/tongue.png)
![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
so i don't think i know where or when i got this code 6 months ago
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
Pierce the life fibers with your drill.