why myprogram failed to run at startup

I have made a bootimage,and add one of my own program into it.I can type the
name of my program after the system is up to run it , but I don’t how to
make it run automatically after boot.

Tristan,

In your build file script ([+script] .script = { … }) put ‘[+session]
esh -i scriptname &’ on the last line.

-Dan


“tristan wu” <zaigui_wu@263.net> wrote in message
news:9nc19f$k3q$1@news.cz.js.cn

I have made a bootimage,and add one of my own program into it.I can type
the
name of my program after the system is up to run it , but I don’t how to
make it run automatically after boot.