CrashRelauncher.bat 174 B

123456789101112131415
  1. @echo off
  2. if %1A==A goto error
  3. if not %2n==n goto error
  4. :again
  5. start /b /wait %1
  6. goto again
  7. goto end
  8. :error
  9. echo Enter the exe to run endlessly.
  10. :end
粤ICP备19079148号