I have the following script working normally
@echo off
if %time:~0,8% LEQ 11:59:59 goto manha
if %time:~0,8% LEQ 17:59:59 goto tarde
if %time:~0,8% LEQ 23:59:59 goto noite
:manha
echo "BOM DIA"
Pause
:tarde
echo "BOA TARDE"...
asked by
25.09.2018 / 15:26