Launch client from another client Advice/Help

This does give a clue, however there's a couple things that are not clear for me:
I'm using V.8.0.9
First, should I find the path where visionclientlaucher. exe, I realized that in the documentation, they refer to it as "clientlauncher.exe". Is it the same?

Second, the rest of the command should something like this scope=C project=myproject windowmode=window, but are those next command to perform in system.util.execute()
I mean:
system.util.execute(["C:\ClientLauncher\clientlauncher.exe", "application=myproject"])
or
system.util.execute(["C:\ClientLauncher\clientlauncher.exe application=myproject"])
or
system.util.execute(["C:\ClientLauncher\clientlauncher.exe" application=myproject])
Which should work?

I had checked:

But it's been applied for another purpose...

Thanks for reply Mr. @JordanCClark