Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: batch calculator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2


code is

Code:
@ECHO OFF
color 0c
title CALCULATOR by V+ Team visit www.vidyarthiplus.com
ECHO Calculator Version 2.00
ECHO Created By V+ Team
pause
ECHO ---------------------------------------- -------
ECHO * = MULTIPLY
ECHO + = ADD
ECHO - = SUBTRACT
ECHO - =DIVIDE
ECHO ---------------------------------------- -------
pause

:loop
echo.
echo ---------------------------------------- -------
SET -p UDefine=
SET -a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
goto loop
This code is which program..? Where to place this code..???
Hmm!! This program is known as Batch Programming!!

Copy and Paste this code in Notepad and save it as any name with .bat extension!!!
Pages: 1 2