A Simple Batch Calculator

by Cooler Reyes in Circuits > Computers

628 Views, 7 Favorites, 0 Comments

A Simple Batch Calculator

F87936JI9UDQKSB.jpeg

hey guys, check out my previous instructable, A Bit Of Code That Can Shutdown Your Computer In 5 Seconds- https://www.instructables.com/id/A-Bit-Of-Code-That... so lets go noooow :D copy paste this code on notepad:

@echo off
title Batch Calculator by Cooler Reyes color 0a :top echo -------------------------------------------------------------- echo Welcome to Batch Calculator by Cooler Reyes echo -------------------------------------------------------------- echo. set /p sum= set /a ans=%sum% echo. echo = %ans% echo -------------------------------------------------------------- pause cls echo Previous Answer: %ans% goto top pause exit

then save it as Calculator.bat

see it for yourself :D