I thought I would release a preview release of this project to the public. This will allow me to find any bugs I have with it early on.
Purpose:
Automatic Backup creates an archive in another folder called "Automatic Backup System" the files are seperated by date and time.
There are going to be three stages of development, they will be the following:
Quote:
Preview Development Release ( Unstable )
Pre Final ( Semi Stable )
Final ( Stable Version )
|
Because most of the features are not in, I will keep it in the Preview Development Release stage for awhile. You can discuss the release here at the Automatic Backup Discussion, please report all bugs to to the bug tracker here:
http://www.seanchen.net/bugreport/
You can download Automatic Backup at the following location:
http://www.seanchen.net/discussion/i...?showtopic=414
To have RunUO launch my program add the following to AutoRestart.cs
Code:
private void Restart_Callback()
{
Process.Start("Automatic Backup.exe");
Process.Start( Core.ExePath );
Core.Process.Kill();
}