I am writing a bat file and I have the code:
timeout /t 1 /nobreak > nul
goto :confirm
:confirm
...
It is supposed to goto :confirm but it does not. I have the same code template as I have later in the code which is working fine.
The line that is later in the code is:
goto :confirm
Please help me ASAP.
Also I do not know what category this should go in.