How to run files in the QNX Neutrino Shell

Hello everybody!

How can I run a binary file, that was spawned from a compiled project, in the shell of QNX Neutrino?

Wich is the command to do this?

Or wich command the Momentics uses to run the projects?

I know that Momentics uses the command MAKE, with some parameters, to compile projects.
And I can simulate this in the shell, but I don’t know what it to do run these compiled projects in neutrino.

Thanks in advance!

I did it!!

I just need to use:

./BinaryFile

Thanks for all folks!!!