I have a new feature for my c++ console program. its an updater feature. the updater goes online to my website and downloads a txt file, then the updater reads the file, to see if the program is up to date.
but theres a problem. the updater is a whole separate cpp file. what i want is when the .exe file is clicked on for the program, first it opens the updater file, and when updater is done, it opens the main program .cpp file.
is this possible? (i use dev-cpp)
many thanks :)