How can I launch console command while app is still at splash screen?

I was unable to find a solution to make anything start at the splash screen other than injecting some code in the source. However, you can run a python script right as the editor starts Project/Content/Python/init_unreal.py .

import unreal
import os