Hi guys..
After yesterdays fiasco I went back to the drawing board and re-think my simple backup utility, and I am now happy to say that it is working....
First things first...
Execute Backup.exe ...
A form Pops with 3 basic inputs:
The file Extension you want your backups to have...
The number of Backups to keep
And the Folder in wich they will be created...
All these can be altered in the sbp file and the just re-compile it...
I hadded just a few basic ones in order to have a practical running app....
How to backup?
From your currently developing app add this line of code.
Shell("Backup.exe", YourFileName) You should replace YourFileName by the name you want the backups to have...
The utility Then creates a backup Folder based on the ini file, with the extension defined in the ini file and keeps the number of backups defined in the ini file...
After yesterdays fiasco I went back to the drawing board and re-think my simple backup utility, and I am now happy to say that it is working....
First things first...
Execute Backup.exe ...
A form Pops with 3 basic inputs:
The file Extension you want your backups to have...
The number of Backups to keep
And the Folder in wich they will be created...
All these can be altered in the sbp file and the just re-compile it...
I hadded just a few basic ones in order to have a practical running app....
How to backup?
From your currently developing app add this line of code.
Shell("Backup.exe", YourFileName) You should replace YourFileName by the name you want the backups to have...
The utility Then creates a backup Folder based on the ini file, with the extension defined in the ini file and keeps the number of backups defined in the ini file...