diff --git a/WINDOWS.md b/WINDOWS.md index 3223631..296a20d 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -12,7 +12,7 @@ for /L %%i in (1,1,30) do ( @echo %%i @ping localhost -n 2 >NUL ) -exit /b 1 +exit /b 0 ``` ## Troubleshooting Errors