1
Good afternoon, I am behind a command (cmd/batch) to execute a command with a condition.
Ex: Checking the user name
SET var=%username%
IF "%var%"=="Carlos" (msg Carlos 'usuario confirmado')
pause
I would like another to check also the time, to be shown to msg good morning, good afternoon, good night.
If you can help me... I appreciate it now
https://stackoverflow.com/questions/tagged/batch-file
– Andre Mesquita