Here's code that will do the first four instantly, then all subsequent loads are delayed by 10 seconds.
setlocal enableextensions enabledelayedexpansion
rem what to open
set "_process=notepad.exe"
set "_keep=4"
set /a _runCount=0
rem infinite loop: from 0 to 1 in steps of 0
for /l %%a...