Assaultz
Member
[HIDE]@echo off
title Batch Calculator
Color 0A
echo Instructions (add +) (sub -) (mult *) (divide /)
:top
echo ------------------------------------------------------
echo Welcome to the Batch Calculator! Source Edit by Swix
echo Check out consolecrunch.com!
echo ------------------------------------------------------
echo.
set /p sum=
set /aans=%sum%
echo.
echo = %ans%
echo ------------------------------------------------------
pause
cls
echo Previous Awnser: %ans% Hope you are enjoying the calculator!
goto top
pause
exit
[/HIDE]
I found this source code a long time ago and decided to fix it up and edit it.
I am NOT the creator, I just simply edited the original source code & tweaked a few things.
Enjoy
title Batch Calculator
Color 0A
echo Instructions (add +) (sub -) (mult *) (divide /)
:top
echo ------------------------------------------------------
echo Welcome to the Batch Calculator! Source Edit by Swix
echo Check out consolecrunch.com!
echo ------------------------------------------------------
echo.
set /p sum=
set /aans=%sum%
echo.
echo = %ans%
echo ------------------------------------------------------
pause
cls
echo Previous Awnser: %ans% Hope you are enjoying the calculator!
goto top
pause
exit
[/HIDE]
I found this source code a long time ago and decided to fix it up and edit it.
I am NOT the creator, I just simply edited the original source code & tweaked a few things.
Enjoy
