Init
This commit is contained in:
15
Samples/CrashRelauncher/CrashRelauncher.bat
Normal file
15
Samples/CrashRelauncher/CrashRelauncher.bat
Normal file
@ -0,0 +1,15 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user