එහෙනම් මේ code එක notepad එකට copy කරල කෑමති නමක් දීල .bat කියල save කරන්න..
EX: calculator.bat
@echo off
color a
title Calculator (It Danuma Bedagamu)
:start
cls
set /p math=I'm It Danuma Bedagamu .....Enter your calculation:
if %math%==Exit exit
set /a math2=%math%
echo %math%=%math2%
echo.
pause
goto start
echo %math%=%math2%
echo.
pause
goto start
wada nane???
ReplyDelete