Hi everyone
I used MVC++ and built a project win32 app( world) which has in it folder(world.dsw, world.dsp, world.cpp,world..., Input.csv,output.csv) , my program do not have an interface.
because it open and read in.csv and do some calculate to put the output in out.csv.
Now I would like to make the file world.exe . so after that I can scheduler a task in widow xp to run the world.exe in a specific time.
How can I make my world.exe
thank you