How do you make your app launch every time windows starts up? I dont mean in the "startup" directory either, i want it more professional, and i think it is a key in the registery. Does anyone know how to put a key in the registery so my app will launch at startup everytime? Please when you post the code, make it have the bare essentials for just putting a key in the registry, dont put any extra because i get confused easily .

also i hae another question. how do you move your program from one directory to another with using code? i would think it is impossible because your program cant move will running, but maybe im wrong. for instance, im working on a game that has to be in a specific directory, and i want it so when the user launches it, it will check the directory, and if it isn't in "c:\vb\rpg" then it will move the .exe file to that directory. but the problem is, that when a program is being run, then it cant be moved or deleted because its running, so can i do this?

if you dont understand what i mean then please reply and tell me so, so i can clear my self up.

so to wrap it up: how do i make my program launch during startup using the registry? how do i move my .exe file to another directory if it isn't in the correct place (using code)?

thank you.