To created a calculator Write the following code into notepad and save it as .bat
@echo off
title Welcome to Notepad Calculator
color 1f
:top
echo ————————————————————–
echo Created by AshiQue
echo ————————————————————–
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo ————————————————————–
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
Sunday 20 December 2009
Posted by Raj at Sunday, December 20, 2009
Labels: Tips/Tricks
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment