@echo off
color A
echo Zodiackiller and Jeff sunar
set /p sayi1=Birinci Sayi :
set /p sayi2=Ikinci sayi :
set /p secim=Hangi islem (toplama-cikarma-bolme-carpma) :
if %secim%==toplama goto topla
if %secim%==cikarma goto cikarma
if %secim%==bolme goto bolme
if %secim%==carpma goto carpma
:topla...