ScriptRunner.exe is a known lolbin, but the Lolbas project doesn’t cover all of this program’s features.
Timeout
It can execute child processes and kill them after a certain timeout f.ex.:
ScriptRunner.exe -appvscript cmd.exe -appvscriptrunnerparameters -timeout=5
Multiple invocations
It can execute more than one program/script at once using the -appvscript argument repeated a few times f.ex.:
ScriptRunner.exe -appvscript calc -appvscript notepad -appvscript mspaint
will launch Calculator, Notepad and MSPaint.