CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    load when computer does

    How can I make it so that when my program is installed, it will run when the computer is first loaded? What exactly is the code?


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: load when computer does

    You need to place an Entry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

  3. #3
    Join Date
    Jan 2000
    Posts
    45

    Re: load when computer does

    you need to no the code to do what he did like savesetting then all this ****, if you just swant to do it a simple way go like this:
    filecopy "c:\whatever\whatever.exe", "C:\WINDOWS\Start Menu\Programs\StartUp\whatever.exe"


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured