At the moment I have a console application. I would like to be able to exit the application, update through svn, recompile and then relaunch. This is running under a Linux environment. At the moment I'm not sure how I would be able to relaunch the application. Is there a way to do this?
|
|
You could create a file, say |
||||
|
|
|
There is a low tech way to do this - assuming you want it all done in code: 1) Have your app launch a separate process (then exit) that: |
||
|
|
