79577128

Date: 2025-04-16 12:09:08
Score: 2
Natty:
Report link

if you change the part where you are testing the time over 60 minutes to the following it will handle using different add time parameters

IF %timeminute% GEQ 60 (

set /a timeminute=%timeminute% - 60

set /a timehour=%timehour% + 1

IF %timeminute% lss 10 set timeminute=0!timeminute!

)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dj Moo