Hi, im trying to write a program in c++ that will load say, every time the a user wants to use Real Player and ask them for a password.Real Player should never load if the user doesnt get the password right!

Im definitly sure that system commands should be used somewhere in the code, but i dont know how to implement it. Thank in advance.