• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

A Simple Batch Calculator

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 :)
 
General chit-chat
Help Users
      Chat Bot: soc88vietnamco is our newest member. Welcome!
      Back
      Top