how to start a program

Discussion in 'C' started by shanku_4ch, May 6, 2007.

  1. shanku_4ch

    shanku_4ch New Member

    Joined:
    Jan 7, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    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...
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,374
    Likes Received:
    388
    Trophy Points:
    83
    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
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice