ok how would i add this little program to startup when i restart the computer..
#include <isostream>
#int main()
{
std::cout<<"hello world"<<std::end;
return 0;
}
you will i laugh i know , but i am just trying to figure out how to add it so the exe will add to registry current version and startup by its self
thanks
#include <isostream>
#int main()
{
std::cout<<"hello world"<<std::end;
return 0;
}
you will i laugh i know , but i am just trying to figure out how to add it so the exe will add to registry current version and startup by its self
thanks