1 calculator with bat 11th August 2009, 5:20 pm
C0D3R
MITR Master
ကဲ႔ေအာက္ကကုတ္ေလးကိုကူးျပီးစမ္းလိုက္ပါဦးဗ်ာ
ဂဏန္းေတြ ကို + * / -
အကုန္လုပ္လို႔ရတယ္
[You must be registered and logged in to see this image.]
ဂဏန္းေတြ ကို + * / -
အကုန္လုပ္လို႔ရတယ္
@echo off
title My Calculator
cls
echo.
set /p math=Whatchoo gonna calculate?
set /a math2=%math%
echo %math% = %math2%
goto m
[You must be registered and logged in to see this image.]