Quote Originally Posted by btaylor
What I need is an AUTOMATED way of making a separately named backup EVERY time a compile is done. That way there is always a short path back to the previous state. Picnaut seems to be near to this.
Yep!

I've actually totally changed my approach.
The program I have now simply runs in the background and checks every half second to see if something is being compiled. If it is, then the .BAS file or .PBP file get's saved in the associated backup folder with a date and time stamp as part of the file name.

There will be absolutely no interfering with the PBP software files.

I'm going to limit configuring options at first, but it will be really easy to use.

With the executable file (which I hope to attach in the next day or two) you will only have to launch it once, and then it will run every time you start Windows. It will truly be set and forget software.

Stay tuned!