I am wondering if it is possible to run multiple commandlets on a project from one line. Running a commandlet requires the UE4Editor-Cmd.exe to be loaded and so running many commandlets could be done more efficiently if this only needed to be loaded once.
I would like to be able to do something like:
UE4Editor-Cmd.exe "path/to/project" -run=commandletOne -run=commandletTwo
Thanks!