I need to know how to do this:
After every session of my app, my app will automatically run the ARJ.exe (a compression tool using DOS) in order to create a backup of the database (say the database is located in c:\<my app>\Data.). Then, of course, I should also be able to extract the ARJ file in my app when needed. I want to do this all in code.
Does anybody know how to do this? I'd be very appreciative of anyone who would share me how to do this.
After every session of my app, my app will automatically run the ARJ.exe (a compression tool using DOS) in order to create a backup of the database (say the database is located in c:\<my app>\Data.). Then, of course, I should also be able to extract the ARJ file in my app when needed. I want to do this all in code.
Does anybody know how to do this? I'd be very appreciative of anyone who would share me how to do this.