Hi, I need to know how to make a C++ App install something into the start menu.
Well... What I'm trying to do here, is make a program that will simply create a batch file into a start menu folder.
I know how to create the batch file using C++, I just need to know how to target it to the start menu for any computer.
Thanks.