I am building an application that pulls train schedules from the internet and saves them into a database for off line usage. Everytime I build the application I would like to launch and application that would update the database before the app is ever launched so that user will download the app with the latest schedules. I will also have an updating system built into the app i just want it to be current on first launch.
So my question, how can I have my build script launch an app to update the database and have the built script wait until the app is finished before it copies the database to the debug/release directory
So my question, how can I have my build script launch an app to update the database and have the built script wait until the app is finished before it copies the database to the debug/release directory