redis.bat 114 B

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