I am planning on making a program to so that when it is excecuted it carries out the following procedure in 1 go...
run command prompt ( system("CMD"); )...then use the command line to carry out the following command...
"C:\Program Files\PowerMenu\PowerMenu.exe" -hideself on
Im sure i have seen this done using "system();" but i cant get it to work...any ideas ?