I have a few questions in c++ batch files:
I tried to do system("dir c:\ ") but it always just show the folder of the project, not the C:\ folder. why? how can i fix this?
Some process in batch (like copy con) require control+c or control+z to stop them. How can I insert such a thing to the batch program from the C++ program?