How to run an executable internally along with other background processes in the system during the startup?

Anonymous
2010-07-30T03:39:55+00:00

I have an executable file and i want it to run continuously with other system processes in the background.

Can u tell me how to do that?

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

150 answers

Sort by: Most helpful
  1. Anonymous
    2010-08-03T02:23:34+00:00

    Oh ok.

    Then i have added the code for "Yes" so that it will kill the process.

    Now what should i do for button "NO"?

    I just dont want to do anyhthing if the user presses "NO".

    Just close the messagebox.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-02T18:14:09+00:00

    Ok i added this and where should i add main()?

    No need for main, you see this project, it has it's own main entry

    somewhere else, in fact inside: new.cpp (or some of the other *.cpp),

    NO NEED FOR MAIN, main.cpp is a CONSOLE WINDOW.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2010-08-02T17:58:28+00:00

    #include "CMD.h"

    and

    void CnewDlg::OnBnClickedButton2(){    CMD::() <--Function. }


    Itknowledge24.com

    But if i press no CMD should be executed right?

    How can i call CMD when i click yes?

    It should list all the processes.

    If listing the process is so complex then i will ask whether to kill the process.

    If yes then will use the above function and if no what should i do?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-02T17:55:16+00:00

    In the first link which u gave to see the solution its asking to sign in and if i try to sign in its asking to subscribe.

    Was this answer helpful?

    0 comments No comments