MY PURPOSE: I want to make a c++ program that could use DOS commands.
OPTION: I can make a batch file and put into it the DOS commands. But I don\'t know how
system("mybatchfile.bat");
system() reference