1.

Solve : Copy the file automatically every the file just closed?

Answer»

I want to make a back-up of a file when it's just CLOSED. In example : I have a .accdb file, work with it, then after i close this file, automatically windows make a new back-up with the same file.

I can i do it? any suggestion, please.

Sorry for my bad ENGLISH.
Why not just copy the file to a USB memory stick, CD-RW, DVD-RW or maybe another location on your PC. You can do this by right-clicking the file and selecting 'copy', then NAVIGATE to the required area and paste. Thanks for the reply.
My purpose is having a back up of a file i work with in the same directory. I think it's much more easier if I have a routine that run these steps.      You could use autohotkey.
This is what the program should do:
1) ask to select a file, starting in the current directory, this is EASY (FileSelectFile)
2) use some way to determine WHETHER the file has been just saved. (like FileGetTime)
3) if the file has just been modified (i.e. saved, thus you have closed the file) then make a backup using FileCopy
It's not the best way, but it should get the job done...

You could also use sofwtare like this:
http://www.ajcsoft.com/active-backup-tour.htm (you need to pay)
http://www.addictivetips.com/windows-tips/make-real-time-backup-of-file-changes-in-multiple-folders-mirror/ (<==FREE )

ok, I saw that last link when I wanted to submit this post. I suggest you use the last link, not my autohotkey program...
Another software option.
http://www.filehamster.com/



Discussion

No Comment Found