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
You can use system call in c++ program to execute all the commands that C++ program gets from the user.