Why does my Short-cut not execute a network game?

The issue I am having is writing out the target for my network short-cut which is in this video . The message I receive when opening the short-cut is “UE4 games require a project file as the first parameter” I was wondering if someone could supply the write text for the short-cut of ““C:\Program Files\Unreal Engine\4.0\Engine\Binaries\Win64\UE4Editor.exe” - C:\Users\MyPC\Documents\Unreal Projects\ShooterGame\ShooterGame.uproject NetworkFeatures?listen -game” which was what I had used as the target in my short-cut.

remove the dash (-) before C:\Users

“C:\Program Files\Unreal Engine\4.0\Engine\Binaries\Win64\UE4Editor.exe” “C:\Users\MyPC\Documents\Unreal Projects\ShooterGame\ShooterGame.uproject” NetworkFeatures?listen -game