file.bat 111 B

123456
  1. @echo off
  2. del test.file
  3. del callbacktest.file
  4. for /l %%i in (1,1,20) do (start /b php file.php)
  5. echo "OK"
  6. pause