Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

backup

Status
Not open for further replies.

ersatz

Programmer
Oct 29, 2002
114
US
Hi,
I have a VC++ program witch take data from a server in reel time. I want to make a backup every time when I close my program.
Please, any idea?
ersatz
 
Perhaps you should use class wizard to add an ExitInstance() override to your CWinApp class. You can do anything you want in their before your program closes.

:)
tellis.gif

programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.
 
Hi!

If you only want to copy the data to another place, without any special compression, I have written a nice backup tool with support of command line parameters. You could call this in your ExitInstance.

If you are interested please send me a mail. Im anyways about to publicise this tool on the Web in some Weeks (hopefully :) )

Greetings
Remo
 
Hi Remo,
It's true. That is what I’m looking for.
Thanks very much.
Regards,
ioana.ersatz@sympatico.ca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top