Saturday, May 7, 2011

hi frnz.., bored of using that same Casio scientific calculator....
Let's try different...try this code in your note pad.
paste below given code to note pad and save it as anything.bat
Copy the blue color code :

@echo off
title Batch Calculator by myihack.blogpot.com
color 1f
:top
echo --------------------------------------------------------------
echo Welcome to Batch Calculator by myihack.blogspot.com
echo --------------------------------------------------------------
echo.
set /p udefine=
set /a udefine=%udefine%
echo.
echo = %udefine%
echo --------------------------------------------------------------
pause
cls
echo Previous Answer: %udefine%
goto top
pause
exit 



0 Comments:

Post a Comment