Hello friends,
Here is the code for how to make a calculator by using batch files.
copy and paste the following code in notepad, as given below and then save the file as "calculator.bat"
Here is the code for how to make a calculator by using batch files.
copy and paste the following code in notepad, as given below and then save the file as "calculator.bat"
@echo off title Batch Calculator by Ankit color 1f :top echo -------------------------------------------------------------- echo Welcome to Batch Calculator by AnKiT :D echo -------------------------------------------------------------- echo. set /p sum= set a ans=%sum% echo. echo = %ans% echo -------------------------------------------------------------- pause cls echo Previous Answer: %ans% goto top/ pause exit
0 comments:
Post a Comment