Create bat file for startserver and startclient with notepad:
type UE editor path, and the target project path, and the map path in UE project:
“C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\UnrealEditor.exe”
“E:\UE\Unreal Projects\VRExpansionPlugin\VRExpansionPlugin.uproject”
StarterMap -server -log -nosteam
so it becomes this:
save as startserver.bat instead of .txt
Open it will run in cmd,
but mine is failed