Auto Start Application

Login to reply to this topic.
Sat, 2005-07-30 13:29
Joined: 2005-07-29
Forum posts: 19
I want to develop an application which runs just after the booting of the operating system. Similar to startup items in windows.

Do I need to change any files in the system or there are other techniques of developing such kind of application.

Pl reply me soon Since I really need to develop it fast.


Thanks


Sat, 2005-07-30 14:03
Joined: 2005-03-06
Forum posts: 183
Re: Auto Start Application
Use the "StartOn-Boot" API or write a recognizer.. do a search on this forum to find more details on both.

Regards,
Isseyp
Mon, 2005-08-01 12:16
Joined: 2004-10-27
Forum posts: 14
Re: Auto Start Application

Or if youre developing for Series 80 device, you can add the following line to the pkg file:


; This line defines that application needs to be (or can be) added to startup list.
(0x101F861A), 0, 0, 0, {"Starter"}


michael
--


  • Login to reply to this topic.