6 lines
70 B
Batchfile
6 lines
70 B
Batchfile
@echo off
|
|
:top
|
|
start \bins\x86.chk\dump\apitest.exe
|
|
sleep 30
|
|
goto top
|