I am using VC++, and need to run an exe file in another directory A. I assume i need to change my directory to directory A to run the exe. Since this exe reads and output data from its folder A.
So, my problem is how can i change the directory to A in C++? Thanks,