@echo off
title Hola BAT
Color 0f
echo Hola BAT
echo Pulsa una tecla...
pause > null
rem start https://akc-bitacora.netlify.app/
set/p name=Tu nombre?
set greeting=Hola %name%!
echo %greeting%
rem msg * %greeting%
:askbirthyear
set/p birthyear=Anio de nacimiento?
set/a birthyear1=1*%birthyear%
if %birthyear1% neq %birthyear% goto askbirthyear
set/a age=2023-%birthyear%
echo Tienes, o vas a cumplir, %age% anios