Silly question about icons

How can I give a program an icon, which appears on the shelf? Is it possible to do the same for shell scripts?

Cheers

Garry

You bindres an Icon.wgtw into the executable.
bindres name Icon.wgtw

For a shell script, in QNX 630 it will be possible to have a .res file providing the icon ( if your shell script is “name”, you will create a “name.res” that contains the Icon.wgtw ).

Adrian