how to start a program

Light Poster
6May2007,11:55   #1
shanku_4ch's Avatar
i have written a birth day remainder program using linked list & files this program actually reminds us the birthdays & anniversaries when clicked on the exe file is run

i want the program to run at the start up (i.e the program should run when the system boots up )

how can i achieve this ??
please help...
Go4Expert Founder
6May2007,14:43   #2
shabbir's Avatar
You have too little info but I would assume no *nix wants anything at startup and so you are looking for something in Windows

2 ways of doing it.

1. Have a shortcut in the start up item of start menus
2. Have an entry in registry at the following Location
- HKLM / HKCU > SOFTWARE > Microsoft > Windows > CurrentVersion > Run