Hi,
I made a project solution in vc++ 2010 and would like to know how to run an executable file after i'm finished debugging the code (F5).
In the code, when debug is finished, a text file is generated (report) and i want the executable file parse this text for readability.
Thanks.