I have an application and i want it to execute as soon as the system boots up i.e i want it to execute without any user intervention,si milar to daemons.Thanks in advance.....
auto start
Collapse
X
-
You can add a script to rcx.d file to start up your program during boot sequence. there are system calls available to daemonize your program.Originally posted by mahiapkumI have an application and i want it to execute as soon as the system boots up i.e i want it to execute without any user intervention,si milar to daemons.Thanks in advance.....
in rcx.d x represents your run level. i dont have much idea about windows you can try linking to program/startup.
Comment