Hi,
Is there a way to start a process automatically in windows at logon? I remember that a friend showed me a way in C++ programming. He wrote a small program that he put in the startup directory (so that everytime he log into windows it starts automatically) and that program started a process so that we can see it by pressing the Ctrl+Shift+Esc keys in the "processes" tab. If it's possible, can somebody provide me a hint about this (in ANSI C++ if possible)? I know a little bit of C/C++. Thanks
Is there a way to start a process automatically in windows at logon? I remember that a friend showed me a way in C++ programming. He wrote a small program that he put in the startup directory (so that everytime he log into windows it starts automatically) and that program started a process so that we can see it by pressing the Ctrl+Shift+Esc keys in the "processes" tab. If it's possible, can somebody provide me a hint about this (in ANSI C++ if possible)? I know a little bit of C/C++. Thanks