Where and how to execuate user program?

I have built the executable program under WATCOM C in qnx os. But I don’t
know how to run it. I always look the results in WD debugger. I think there
another way to execuate it. Where and how? Is it under QNX shell or just as
in window to click doublly?
thank you.

I’m not sure what your problem may be.

What is the name of the program? (Note: test is a particularly poor name
for a program because it is a shell builtin.)

Are you running as root? Is the current/desired path in your PATH variable?
(Note: root usually doesn’t NOT include the current directory in it’s PATH.)

Can you see/find the executable with ‘ls -l’? Is it marked as executable?
Do you have permission to execute it?

Hope something here helps.

“Yi Liang” <yliang@tulane.edu> wrote in message
news:afpobi$plo$1@inn.qnx.com

I have built the executable program under WATCOM C in qnx os. But I don’t
know how to run it. I always look the results in WD debugger. I think
there
another way to execuate it. Where and how? Is it under QNX shell or just
as
in window to click doublly?
thank you.