URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       3xtGamingCoding
  HTML https://3xtgamingcoding.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General Subjects
       *****************************************************
       #Post#: 14--------------------------------------------------
       Calculator in notepad! ( .bat )
   DIR By: akimo360
       Date: November 25, 2011, 2:23 pm
       ---------------------------------------------------------
       [color=#32CD32]Ok so, All you have to do is open up notepad and
       Type in the following:
       --- Code ---
       @echo off
       title Batch Calculator by (your name)
       color 0c
       :top
       echo --------------------------------------
       echo -Welcome to Batch Calculator by *(your name)!-
       echo --------------------------------------
       echo Enter your operand
       echo.
       set /p sum=
       set /a ans=%sum%
       echo.
       echo = %ans%
       echo
       --------------------------------------------------------------
       pause
       cls
       echo Previous Answer: %ans%
       goto top
       pause
       exit
       --- End Code ---
       This will give you a calculator that will solve all of your
       problems precisely!
       No more borrowing your brothers calculator to do homework, You
       can just make your own!
       PS. Make sure you rename the file to <Whatever>.bat
       Credits: BottomNotch
       *****************************************************
       Page 1 of 1