Files
SLikeNet/Samples/CrashRelauncher/CrashRelauncher.bat
2025-11-24 14:19:51 +05:30

15 lines
174 B
Batchfile

@echo off
if %1A==A goto error
if not %2n==n goto error
:again
start /b /wait %1
goto again
goto end
:error
echo Enter the exe to run endlessly.
:end