You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

forever.bat 170B

123456
  1. @ECHO OFF
  2. :LOOP
  3. @rem Next line may lead to freeze of build process on Windows 7 due to non-terminated ping-processes
  4. @rem ping 1.1.1.1 -n 2 -w 60000 > nul
  5. GOTO LOOP