Hi,

My project is a gui for a command line program. The gui needs to find in the path the command line program.

If I go to Project > Run Settings > Run Environment and the scroll down to PATH I can add ':/the path to the command line program' and it works.

But what I want is for my gui to use the system $PATH variable when running.

I cannot firgure out how to add the system $PATH to the Run Environment PATH. I tried to add :$PATH or :$(PATH) or :${PATH} none seems to work. Would someone know how to add the system $PATH to the already define PATH in the Run Environment?

Cheers,
Rno